diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-10-16 20:17:40 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-10-16 20:17:40 +0000 |
commit | 666504bb47d3d0af31e054cc3870dd0ac5a181e4 (patch) | |
tree | d53e79813fb65854c94a14b8aea60bf473000cd4 /regress/sbin/Makefile | |
parent | 64cdac35a8d9fc941c127295840438442a8de640 (diff) |
Link regress ifconfig to build.
Diffstat (limited to 'regress/sbin/Makefile')
-rw-r--r-- | regress/sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/Makefile b/regress/sbin/Makefile index 41e4f5eaab5..d5c05c1b575 100644 --- a/regress/sbin/Makefile +++ b/regress/sbin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.11 2017/08/25 20:16:56 florian Exp $ +# $OpenBSD: Makefile,v 1.12 2019/10/16 20:17:39 bluhm Exp $ -SUBDIR+= iked isakmpd route slaacd +SUBDIR+= ifconfig iked isakmpd route slaacd .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= ipsecctl pfctl |