summaryrefslogtreecommitdiff
path: root/regress/sbin/Makefile
blob: 50569ae6e7800fb70b08063b0ee3f725a4175c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.10 2017/05/30 12:03:11 bluhm Exp $

SUBDIR+= iked isakmpd route

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

install:

.include <bsd.subdir.mk>