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