xref: /csrg-svn/Makefile (revision 63575)
1*63575Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/19/93
226890Skarels
360650SbosticSUBDIR=	bin contrib games include kerberosIV lib libexec old sbin \
460650Sbostic	share usr.bin usr.sbin
58826Smckusick
655341Sbosticafterinstall:
755341Sbostic	(cd share/man && make makedb)
855341Sbostic
960651Sbosticbuild:
1060651Sbostic	(cd include && make install)
1163399Sbostic	make cleandir
1263399Sbostic	(cd lib && make depend && make && make install)
1363574Sbostic	(cd kerberosIV && make depend  && make && make install)
1463399Sbostic	make depend && make && make install
1560651Sbostic
1643028Sbostic.include <bsd.subdir.mk>
17