summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/Misc/Etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/Misc/Etc/Makefile')
-rw-r--r--usr.sbin/pcvt/Misc/Etc/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/Misc/Etc/Makefile b/usr.sbin/pcvt/Misc/Etc/Makefile
new file mode 100644
index 0000000..46117a4
--- /dev/null
+++ b/usr.sbin/pcvt/Misc/Etc/Makefile
@@ -0,0 +1,14 @@
+
+FILES= Termcap Terminfo pcvt.el rc.local uemacs.tar.Z.uu xmodmap-german
+
+beforeinstall:
+ for file in ${FILES}; \
+ do \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/$$file ${DESTDIR}${BINDIR}/Etc/$$file ; \
+ done
+
+afterdistribute: beforeinstall
+
+.include "../Makefile.inc"
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud