aboutsummaryrefslogtreecommitdiff
path: root/lib/libdpv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libdpv/Makefile')
-rw-r--r--lib/libdpv/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/libdpv/Makefile b/lib/libdpv/Makefile
deleted file mode 100644
index 31f1186fa31b..000000000000
--- a/lib/libdpv/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-PACKAGE= dpv
-LIB= dpv
-SHLIB_MAJOR= 3
-INCS= dpv.h
-MAN= dpv.3
-MLINKS= dpv.3 dpv_free.3
-
-LIBADD= dialog figpar util tinfow ncursesw
-
-SRCS= dialog_util.c dialogrc.c dprompt.c dpv.c status.c util.c
-
-CFLAGS+= -I${.CURDIR}
-
-.include <bsd.lib.mk>