Makefile revision 1.13
1#	$Id: Makefile,v 1.13 1993/07/07 12:55:48 brezak 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.if exists(regress)
11.ifmake !(install)
12SUBDIR+= regress
13.endif
14
15regression-tests:
16	@echo Running regression tests...
17	@( cd regress; make regress )
18.endif
19
20.include <bsd.subdir.mk>
21