sendmail/sendmail.etc-mail-Makefile
Troy Dawson ae3ee73af3 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/sendmail#3baf116d7073be1d62a85ef5416e2cd6f672d538
2020-10-15 09:28:49 -07:00

9 lines
92 B
Plaintext

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