blob: 5a3aa58e338c73bdaa4fe93cc0d225b3a84b3008 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.8 2014/07/03 21:12:24 miod Exp $
SUBDIR+= route
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= ipsecctl pfctl
.endif
install:
.include <bsd.subdir.mk>
|