|
|
| File: [cvs.NetBSD.org] / src / Makefile (download)
Revision 1.10, Sat May 22 07:15:13 1993 UTC (20 years ago) by cgd
oops, clean that up a bit |
# $Header: /ftp/pub/NetBSD-cvs/main.mirror/src/Makefile,v 1.10 1993/05/22 07:15:13 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>