Annotation of src/Makefile, Revision 1.9
1.9 ! cgd 1: # $Header: /b/source/CVS/src/Makefile,v 1.8 1993/04/29 12:42:00 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:
! 12: regress:
! 13: cd regress ; make regress
1.1 cgd 14:
15: .include <bsd.subdir.mk>
CVSweb <webmaster@jp.NetBSD.org>