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 5 SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games 6 SUBDIR+= gnu 7 8 SUBDIR+= sys 9 10 .ifmake !(install) 11 SUBDIR+= regress 12 .endif 13 14 regression-tests: 15 @echo Running regression tests... 16 @( cd regress; make regress ) 17 18 .include <bsd.subdir.mk> 19