1#$Id: Makefile,v 1.7 1994/08/24 18:52:00 berg Exp $
2
3all: init
4	$(MAKE) make $@
5
6# The only real thing that can be made right now is:
7
8init:
9	cd ..; $(MAKE) make init
10
11.PRECIOUS: Makefile
12
13Makefile makefile Makefiles makefiles: init
14
15procmail.1 procmailrc.5 procmailsc.5 procmailex.5 lockfile.1 formail.1: init
16	$(MAKE) make $@
17