diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2020-12-27 17:27:51 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2020-12-27 17:27:51 +0000 |
commit | a4c2658c88de3479af51328a930101a2fe8b8368 (patch) | |
tree | 210c68a6e19f9f94856d590f561c30fc6625c782 /regress/sbin/Makefile | |
parent | adf1b4269c21b7be849d4ca6650abf31519f2f95 (diff) |
Link disklabel and newfs regress 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 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 |