summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/Makefile1
-rw-r--r--usr.sbin/vnconfig/Makefile6
-rw-r--r--usr.sbin/vnconfig/vnconfig.c25
3 files changed, 0 insertions, 32 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 5c45666..83b570b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -179,7 +179,6 @@ SUBDIR= ac \
${_usbdevs} \
vidcontrol \
vipw \
- vnconfig \
watch \
watchdogd \
wicontrol \
diff --git a/usr.sbin/vnconfig/Makefile b/usr.sbin/vnconfig/Makefile
deleted file mode 100644
index 6ad1394..0000000
--- a/usr.sbin/vnconfig/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-PROG= vnconfig
-NO_MAN=
-
-.include <bsd.prog.mk>
diff --git a/usr.sbin/vnconfig/vnconfig.c b/usr.sbin/vnconfig/vnconfig.c
deleted file mode 100644
index 294250d..0000000
--- a/usr.sbin/vnconfig/vnconfig.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * ----------------------------------------------------------------------------
- * "THE BEER-WARE LICENSE" (Revision 42):
- * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
- * can do whatever you want with this stuff. If we meet some day, and you think
- * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
- * ----------------------------------------------------------------------------
- */
-
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
-
-#include <stdio.h>
-#include <stdlib.h>
-
-int
-main(int argc, char **argv)
-{
-
- fprintf(stderr, "ERROR: vnconfig(8) has been discontinued\n");
- fprintf(stderr, "\tPlease use mdconfig(8).\n");
- exit (1);
-}
OpenPOWER on IntegriCloud