Makefile revision 1.10
1#	$Header: /usr/local/opengrok/home/cvs-mirror/mirrors/netbsd/src/Makefile,v 1.10 1993/05/22 07:15:13 cgd Exp $
2
3# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
4
5SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games
6SUBDIR+= gnu
7
8.ifmake !(install)
9SUBDIR+= regress
10.endif
11
12regression-tests:
13	@echo Running regression tests...
14	@( cd regress; make regress )
15
16.include <bsd.subdir.mk>
17