Makefile revision 1.8
1#	$OpenBSD: Makefile,v 1.8 2002/01/04 22:40:04 art Exp $
2
3#
4# To run full regression tests you just need two steps:
5# 1. make depend
6# 2. make regress
7#
8# A normal "make" is not necessary and will simply do the same thing
9# as "regress" (possibly with more bugs). This allows us to include
10# compilation as a part of the regression test.
11#
12# To get a log of test results set the REGRESSLOG make variable to
13# a log file, use an absolute path.
14# To skip the really slow tests, set the REGRESSSKIPSLOW variable.
15
16# missing: libexec bin usr.sbin share games gnu
17
18SUBDIR+= etc bin include lib sbin sys share usr.bin
19
20regress: _SUBDIRUSE
21
22install:
23
24.include <bsd.subdir.mk>
25