summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/Makefile
blob: 008810030d656e24cef2c20be31108c74e85ded9 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.5 2013/09/04 22:37:49 bluhm Exp $

SUBDIR += mtree
SUBDIR += relayd

.if defined(REGRESS_FULL)
SUBDIR += pkg_add
.endif

.include <bsd.subdir.mk>