Makefile revision 1.9
11.9Scgd# $Header: /tank/opengrok/rsync2/NetBSD/src/Makefile,v 1.9 1993/05/22 07:10:28 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.9Scgdregress: 131.9Scgd cd regress ; make regress 141.1Scgd 151.1Scgd.include <bsd.subdir.mk> 16