Annotation of src/Makefile, Revision 1.10
1.10 ! cgd 1: # $Header: /b/source/CVS/src/Makefile,v 1.9 1993/05/22 07:10:28 cgd Exp $
1.4 cgd 2:
3: # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
1.2 cgd 4:
1.7 cgd 5: SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games
1.8 cgd 6: SUBDIR+= gnu
1.9 cgd 7:
8: .ifmake !(install)
9: SUBDIR+= regress
10: .endif
11:
1.10 ! cgd 12: regression-tests:
! 13: @echo Running regression tests...
! 14: @( cd regress; make regress )
1.1 cgd 15:
16: .include <bsd.subdir.mk>
CVSweb <webmaster@jp.NetBSD.org>