17 lines
342 B
Makefile
17 lines
342 B
Makefile
# $Id: Makefile,v 1.11 1993/05/22 07:15:52 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
|
|
|
|
regression-tests:
|
|
@echo Running regression tests...
|
|
@( cd regress; make regress )
|
|
|
|
.include <bsd.subdir.mk>
|