Makefile revision 1.14
11.14Scgd# $Id: Makefile,v 1.14 1993/12/08 04:51:25 cgd Exp $ 21.4Scgd 31.4Scgd# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW 41.2Scgd 51.14ScgdSUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games 61.8ScgdSUBDIR+= gnu 71.12Scgd 81.12ScgdSUBDIR+= sys 91.9Scgd 101.13Sbrezak.if exists(regress) 111.9Scgd.ifmake !(install) 121.9ScgdSUBDIR+= regress 131.9Scgd.endif 141.9Scgd 151.10Scgdregression-tests: 161.10Scgd @echo Running regression tests... 171.10Scgd @( cd regress; make regress ) 181.13Sbrezak.endif 191.1Scgd 201.1Scgd.include <bsd.subdir.mk> 21