|
|
| File: [cvs.NetBSD.org] / src / Makefile (download)
Revision 1.18, Thu Feb 10 08:50:06 1994 UTC (19 years, 3 months ago) by cgd
light style cleanup |
# $Id: Makefile,v 1.18 1994/02/10 08:50:06 cgd Exp $
# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
SUBDIR+= gnu
SUBDIR+= sys
.if exists(regress)
.ifmake !(install)
SUBDIR+= regress
.endif
regression-tests:
@echo Running regression tests...
@(cd regress && ${MAKE} regress)
.endif
afterinstall:
(cd share/man && ${MAKE} makedb)
build:
(cd include && ${MAKE} install)
${MAKE} cleandir
(cd lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
(cd gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
.if exists(kerberosIV)
(cd kerberosIV && ${MAKE} depend && ${MAKE} && ${MAKE} install)
.endif
${MAKE} depend && ${MAKE} && ${MAKE} install
.include <bsd.subdir.mk>