Annotation of src/Makefile, Revision 1.12
1.12 ! cgd 1: # $Id: Makefile,v 1.11 1993/05/22 07:15:52 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.12 ! cgd 7:
! 8: SUBDIR+= sys
1.9 cgd 9:
10: .ifmake !(install)
11: SUBDIR+= regress
12: .endif
13:
1.10 cgd 14: regression-tests:
15: @echo Running regression tests...
16: @( cd regress; make regress )
1.1 cgd 17:
18: .include <bsd.subdir.mk>
CVSweb <webmaster@jp.NetBSD.org>