freebsd-src/Makefile

17 lines
375 B
Makefile
Raw Normal View History

1994-05-27 12:42:53 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/19/93
SUBDIR= bin gnu include lib libexec sbin \
1994-05-27 12:42:53 +00:00
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>