Makefile revision 1.10
11.10Scgd# $Header: /tank/opengrok/rsync2/NetBSD/src/Makefile,v 1.10 1993/05/22 07:15:13 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.9Scgd 81.9Scgd.ifmake !(install) 91.9ScgdSUBDIR+= regress 101.9Scgd.endif 111.9Scgd 121.10Scgdregression-tests: 131.10Scgd @echo Running regression tests... 141.10Scgd @( cd regress; make regress ) 151.1Scgd 161.1Scgd.include <bsd.subdir.mk> 17