freebsd-dev/Makefile
Jordan K. Hubbard f5b35288ac Remove kerberosIV until it works or is replace with eBones.. It's
hosing my build worlds..
Submitted by:	jkh
1994-08-10 19:19:35 +00:00

17 lines
375 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/19/93
SUBDIR= bin gnu include lib libexec sbin \
share usr.bin usr.sbin
afterinstall:
(cd share/man && make makedb)
build:
(cd include && make install)
make cleandir
(cd lib && make depend && make && make install)
(cd kerberosIV && make depend && make && make install)
make depend && make && make install
.include <bsd.subdir.mk>