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