Makefile revision 1.10
1#	$OpenBSD: Makefile,v 1.10 2002/02/18 10:16:01 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: usr.sbin games gnu
17
18SUBDIR+= etc bin include lib libexec sbin sys share usr.bin
19
20regress: _SUBDIRUSE
21
22install:
23
24.include <bsd.subdir.mk>
25