blob: 25e4eae9b91b6082f2bcea8e7b6a979c5732a934 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.13 2020/12/27 17:27:50 bluhm Exp $
SUBDIR+= disklabel ifconfig iked isakmpd newfs route slaacd
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= ipsecctl pfctl
.endif
install:
.include <bsd.subdir.mk>
|