sendmail/SOURCES/sendmail.etc-mail-Makefile
2021-10-08 16:42:53 +00:00

9 lines
92 B
Plaintext

# Pass everything to the make script
all:
%: force
@./make $@
force:;
$(MAKEFILE_LIST):;