summaryrefslogtreecommitdiff
path: root/regress/sbin/Makefile
blob: a3aa172ab8f1dbcc2b18b50b71c9165d0e38a5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.9 2016/09/04 18:13:17 bluhm Exp $

SUBDIR+= isakmpd route

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

install:

.include <bsd.subdir.mk>