1993-05-22 07:10:28 +00:00
|
|
|
# $Header: /cvsroot/src/Makefile,v 1.9 1993/05/22 07:10:28 cgd Exp $
|
1993-03-22 08:43:59 +00:00
|
|
|
|
|
|
|
# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
|
1993-03-21 18:04:42 +00:00
|
|
|
|
1993-04-29 11:48:50 +00:00
|
|
|
SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games
|
1993-04-29 12:42:00 +00:00
|
|
|
SUBDIR+= gnu
|
1993-03-21 09:45:37 +00:00
|
|
|
|
1993-05-22 07:10:28 +00:00
|
|
|
.ifmake !(install)
|
|
|
|
SUBDIR+= regress
|
|
|
|
.endif
|
|
|
|
|
|
|
|
regress:
|
|
|
|
cd regress ; make regress
|
|
|
|
|
1993-03-21 09:45:37 +00:00
|
|
|
.include <bsd.subdir.mk>
|