|
|
| File: [cvs.NetBSD.org] / src / Makefile (download)
Revision 1.11, Sat May 22 07:15:52 1993 UTC (20 years ago) by cgd
change from rcs "Header" to "Id" |
# $Id: Makefile,v 1.11 1993/05/22 07:15:52 cgd Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games SUBDIR+= gnu .ifmake !(install) SUBDIR+= regress .endif regression-tests: @echo Running regression tests... @( cd regress; make regress ) .include <bsd.subdir.mk>