BSD 4.4 Lite Top Level Sources
This commit is contained in:
parent
7d07d2de2f
commit
d43599f73b
16
Makefile
Normal file
16
Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user