xref: /original-bsd/Makefile (revision a486c7fd)
1*a486c7fdSbostic#	@(#)Makefile	8.1 (Berkeley) 06/19/93
21d6ede56Skarels
3549e9af6SbosticSUBDIR=	bin contrib games include kerberosIV lib libexec old sbin \
4549e9af6Sbostic	share usr.bin usr.sbin
54de3e8f3Sbostic
65f45cc5dSbosticafterinstall:
75f45cc5dSbostic	(cd share/man && make makedb)
85f45cc5dSbostic
9fd355dfdSbosticbuild:
10fd355dfdSbostic	(cd include && make install)
119a54038eSbostic	make cleandir
129a54038eSbostic	(cd lib && make depend && make && make install)
13d1cd5cb3Sbostic	(cd kerberosIV && make depend  && make && make install)
149a54038eSbostic	make depend && make && make install
15fd355dfdSbostic
1658c86dceSbostic.include <bsd.subdir.mk>
17