summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vgrind/Makefile')
-rw-r--r--usr.bin/vgrind/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile
new file mode 100644
index 0000000..0bd4f00
--- /dev/null
+++ b/usr.bin/vgrind/Makefile
@@ -0,0 +1,21 @@
+# @(#)Makefile 8.1 (Berkeley) 6/9/93
+
+PROG= vfontedpr
+SRCS= regexp.c vfontedpr.c
+MAN1= vgrind.0
+MAN5= vgrindefs.0
+BINDIR= /usr/libexec
+CLEANFILES+=vgrindefs.src.db
+
+beforeinstall:
+ cap_mkdb -f vgrindefs.src ${.CURDIR}/vgrindefs.src
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \
+ ${DESTDIR}/usr/share/misc/vgrindefs
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ vgrindefs.src.db ${DESTDIR}/usr/share/misc/vgrindefs.db
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/tmac.vgrind \
+ ${DESTDIR}/usr/share/tmac
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud