16 lines
310 B
Makefile
16 lines
310 B
Makefile
# $Header: /cvsroot/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>
|