NetBSD/Makefile

21 lines
386 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.13 1993/07/07 12:55:48 brezak Exp $
# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW
1993-03-21 21:04:42 +03:00
1993-04-29 15:48:50 +04:00
SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games
1993-04-29 16:42:00 +04:00
SUBDIR+= gnu
1993-03-21 12:45:37 +03:00
SUBDIR+= sys
.if exists(regress)
.ifmake !(install)
SUBDIR+= regress
.endif
1993-05-22 11:15:13 +04:00
regression-tests:
@echo Running regression tests...
@( cd regress; make regress )
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>