summaryrefslogtreecommitdiff
path: root/regress/sbin/Makefile
blob: 6bb9a098660b03033e7ac014667ee9e0e1035764 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.7 2013/08/01 21:26:30 kettenis Exp $

SUBDIR+= route

.if defined(REGRESS_FULL)
SUBDIR+= ipsecctl pfctl
.endif

install:

.include <bsd.subdir.mk>