summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: 514646926ed8142ad6b6e5df6f2771c0cf99812e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Maintainer's make file for mailutils.
# 
ifneq (,$(wildcard Makefile))
 include Makefile
 include maint/flowgraph.mk
 include maint/release.mk
else
$(if $(MAKECMDGOALS),$(MAKECMDGOALS),all):
	$(MAKE) -f maint/bootstrap.mk
	$(MAKE) $(MAKECMDGOALS)
endif

Return to:

Send suggestions and report system problems to the System administrator.