diff options
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |