Makefile revision 1.11
1#	$Id: Makefile,v 1.11 1993/05/22 07:15:52 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