freebsd-dev/Makefile
Jordan K. Hubbard c762b52def Whap games too, for now. As people add this stuff back, they can
change the Makefiles, but I'm trying to get as much of the world to
build as possible at the moment.
Submitted by:	jkh
1994-08-07 20:56:35 +00:00

17 lines
390 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/19/93
SUBDIR= bin gnu include kerberosIV lib libexec old 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>