diff options
author | 2020-12-27 17:27:50 +0000 | |
---|---|---|
committer | 2020-12-27 17:27:50 +0000 | |
commit | 99b791d14c0f1858d87a0c33b55880fb9b00be66 (patch) | |
tree | 0a802f053a25bebe49537005cca88210965dab1c | |
parent | We know about optreset from unistd.h. (diff) | |
download | wireguard-openbsd-99b791d14c0f1858d87a0c33b55880fb9b00be66.tar.xz wireguard-openbsd-99b791d14c0f1858d87a0c33b55880fb9b00be66.zip |
Link disklabel and newfs regress to build.
-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 d5c05c1b575..25e4eae9b91 100644 --- a/regress/sbin/Makefile +++ b/regress/sbin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.12 2019/10/16 20:17:39 bluhm Exp $ +# $OpenBSD: Makefile,v 1.13 2020/12/27 17:27:50 bluhm Exp $ -SUBDIR+= ifconfig iked isakmpd route slaacd +SUBDIR+= disklabel ifconfig iked isakmpd newfs route slaacd .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= ipsecctl pfctl |