summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-25 22:11:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-25 22:11:36 +0000
commit404b2235d6bb02f124158ca1133cb967ede9dc5a (patch)
tree2a2e6dd159e548eef8527ef861c3f3285a07eb51 /sbin
parenta0826643fb26024e668fc000d22918954ddd5225 (diff)
install new vnconfig
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile4
-rw-r--r--sbin/mount_vnd/Makefile4
2 files changed, 3 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 4d2add5250b..b087de25546 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.107 2019/01/26 10:59:30 florian Exp $
+# $OpenBSD: Makefile,v 1.108 2019/04/25 22:11:35 deraadt Exp $
SUBDIR= atactl badsect bioctl clri dhclient \
disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \
@@ -9,7 +9,7 @@ SUBDIR= atactl badsect bioctl clri dhclient \
mount_vnd mountd ncheck_ffs newfs newfs_ext2fs newfs_msdos \
nfsd nologin pdisk pfctl pflogd ping quotacheck \
reboot restore route savecore scan_ffs \
- scsi slaacd shutdown swapctl sysctl ttyflags tunefs \
+ scsi slaacd shutdown swapctl sysctl ttyflags tunefs vnconfig \
umount unwind wsconsctl
.include <bsd.subdir.mk>
diff --git a/sbin/mount_vnd/Makefile b/sbin/mount_vnd/Makefile
index 6955c74d652..43d0b7e6433 100644
--- a/sbin/mount_vnd/Makefile
+++ b/sbin/mount_vnd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2017/07/09 21:23:19 espie Exp $
+# $OpenBSD: Makefile,v 1.11 2019/04/25 22:11:35 deraadt Exp $
PROG= mount_vnd
LDADD= -lutil
@@ -6,8 +6,6 @@ DPADD= ${LIBUTIL}
CDIAGFLAGS+= -Wall
-LINKS= ${BINDIR}/mount_vnd ${BINDIR}/vnconfig
-
MAN= mount_vnd.8
.include <bsd.prog.mk>