Makefile revision 1.12
1#	$Id: Makefile,v 1.12 1993/07/04 14:02:11 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
8SUBDIR+= sys
9
10.ifmake !(install)
11SUBDIR+= regress
12.endif
13
14regression-tests:
15	@echo Running regression tests...
16	@( cd regress; make regress )
17
18.include <bsd.subdir.mk>
19