Makefile revision 1.12
11.12Scgd# $Id: Makefile,v 1.12 1993/07/04 14:02:11 cgd Exp $ 21.4Scgd 31.4Scgd# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW 41.2Scgd 51.7ScgdSUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games 61.8ScgdSUBDIR+= gnu 71.12Scgd 81.12ScgdSUBDIR+= sys 91.9Scgd 101.9Scgd.ifmake !(install) 111.9ScgdSUBDIR+= regress 121.9Scgd.endif 131.9Scgd 141.10Scgdregression-tests: 151.10Scgd @echo Running regression tests... 161.10Scgd @( cd regress; make regress ) 171.1Scgd 181.1Scgd.include <bsd.subdir.mk> 19