Current File : //etc/mail/Makefile
# Pass everything to the make script

all:
%: force
	@./make $@
force:;

$(MAKEFILE_LIST):;