BSD 4.4 Lite Top Level Sources

This commit is contained in:
rgrimes 1994-05-27 12:42:53 +00:00
parent 7d07d2de2f
commit d43599f73b

16
Makefile Normal file
View File

@ -0,0 +1,16 @@
# @(#)Makefile 8.1 (Berkeley) 6/19/93
SUBDIR= bin contrib games 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>