don't fail on sdopen even in the face of an I/O error (to allow formatting)
[unix-history] / usr / src / Makefile
# @(#)Makefile 5.7 (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 && make depend
(cd lib && make && make install)
(cd kerberosIV && make && make install)
make && make install
.include <bsd.subdir.mk>