summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/Makefile
blob: 3380bc6f0dcd90dd3e176959746f10e182372de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.8 2014/08/20 20:54:27 bluhm Exp $

SUBDIR += mtree
SUBDIR += openssl
SUBDIR += ospfd
SUBDIR += relayd
SUBDIR += syslogd

.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR += pkg_add
.endif

.include <bsd.subdir.mk>