Makefile revision 1.13
11.13Sbrezak# $Id: Makefile,v 1.13 1993/07/07 12:55:48 brezak 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.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