NetBSD/Makefile

21 lines
383 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.14 1993/12/08 04:51:25 cgd Exp $
# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
1993-03-21 18:04:42 +00:00
SUBDIR+= lib include bin 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
SUBDIR+= sys
.if exists(regress)
.ifmake !(install)
SUBDIR+= regress
.endif
1993-05-22 07:15:13 +00:00
regression-tests:
@echo Running regression tests...
@( cd regress; make regress )
.endif
1993-03-21 09:45:37 +00:00
.include <bsd.subdir.mk>