1 # $Id: Makefile,v 1.14 1993/12/08 04:51:25 cgd Exp $ 2 3 # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW 4 5 SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games 6 SUBDIR+= gnu 7 8 SUBDIR+= sys 9 10 .if exists(regress) 11 .ifmake !(install) 12 SUBDIR+= regress 13 .endif 14 15 regression-tests: 16 @echo Running regression tests... 17 @( cd regress; make regress ) 18 .endif 19 20 .include <bsd.subdir.mk> 21