BSD 4.4 Lite Top Level Sources

This commit is contained in:
Rodney W. Grimes 1994-05-27 12:42:53 +00:00
parent ea022d1687
commit c3d9b0f04b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/CSRG/dist/; revision=1594

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>