# $Id: Makefile,v 1.14 1993/12/08 04:51:25 cgd Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games SUBDIR+= gnu SUBDIR+= sys .if exists(regress) .ifmake !(install) SUBDIR+= regress .endif regression-tests: @echo Running regression tests... @( cd regress; make regress ) .endif .include