summaryrefslogtreecommitdiff
path: root/regress/sbin/Makefile
blob: 41e4f5eaab5ab10884730ff01544674e0df2f144 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.11 2017/08/25 20:16:56 florian Exp $

SUBDIR+= iked isakmpd route slaacd

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

install:

.include <bsd.subdir.mk>