summaryrefslogtreecommitdiffstats
path: root/usr.bin/dpv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dpv/Makefile')
-rw-r--r--usr.bin/dpv/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/dpv/Makefile b/usr.bin/dpv/Makefile
new file mode 100644
index 0000000..6f89c0f
--- /dev/null
+++ b/usr.bin/dpv/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PROG= dpv
+
+CFLAGS+= -I${.CURDIR}
+
+DPADD= ${LIBDPV} ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL} ${LIBM}
+LDADD= -ldpv -ldialog -lfigpar -lncursesw -lutil -lm
+
+WARNS?= 6
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud