[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

File: [cvs.NetBSD.org] / src / Makefile (download)

Revision 1.12, Sun Jul 4 14:02:11 1993 UTC (30 years, 8 months ago) by cgd
Branch: MAIN
Changes since 1.11: +3 -1 lines

allow toplevel makefile to descend into sys

#	$Id: Makefile,v 1.12 1993/07/04 14:02:11 cgd Exp $

# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW

SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games
SUBDIR+= gnu

SUBDIR+= sys

.ifmake !(install)
SUBDIR+= regress
.endif

regression-tests:
	@echo Running regression tests...
	@( cd regress; make regress )

.include <bsd.subdir.mk>