sendmail/SOURCES/sendmail.etc-mail-Makefile

9 lines
92 B
Plaintext
Raw Normal View History

2022-05-17 10:14:48 +00:00
# Pass everything to the make script
all:
%: force
@./make $@
force:;
$(MAKEFILE_LIST):;