Makefile revision 1.9
1#	$Header: /usr/local/opengrok/home/cvs-mirror/mirrors/netbsd/src/Makefile,v 1.9 1993/05/22 07:10:28 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
12regress:
13	cd regress ; make regress
14
15.include <bsd.subdir.mk>
16