summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/Misc/Etc/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-18 10:40:02 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-18 10:40:02 +0000
commit8be97d8b61a6891382333c9e4f253810fac86831 (patch)
tree1e8a664b4ed1086093ed5997a251a9ec091db3c4 /usr.sbin/pcvt/Misc/Etc/Makefile
parent714d6a4081c0ec6b3a6be2561e120ad8a908d680 (diff)
downloadFreeBSD-src-8be97d8b61a6891382333c9e4f253810fac86831.zip
FreeBSD-src-8be97d8b61a6891382333c9e4f253810fac86831.tar.gz
Something that should have been done 2.5 years ago: install pcvt's
accompanying doc files into /usr/share/pcvt/. (This goes to the `doc' distribution, not `bin'.)
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