break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / Makefile
# @(#)Makefile 8.1 (Berkeley) %G%
SUBDIR= bin contrib games include kerberosIV lib libexec 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>