[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

File: [cvs.NetBSD.org] / src / Makefile (download)

Revision 1.9, Sat May 22 07:10:28 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.8: +8 -1 lines

add regress, but not for install.  also, add "regress" target

#	$Header: /ftp/pub/NetBSD-cvs/main.mirror/src/Makefile,v 1.9 1993/05/22 07:10:28 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

regress:
	cd regress ; make regress

.include <bsd.subdir.mk>