summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-17 16:21:59 +0000
committerru <ru@FreeBSD.org>2001-12-17 16:21:59 +0000
commit0005151aeb603201fbcb4b7b696d1926f010086e (patch)
tree7d9a8261bed6e09b66c51dbd451d0972e3006303 /usr.sbin/pcvt
parentaa219a0e7b7ab2b4277131e05fc7e55142b5ca94 (diff)
downloadFreeBSD-src-0005151aeb603201fbcb4b7b696d1926f010086e.zip
FreeBSD-src-0005151aeb603201fbcb4b7b696d1926f010086e.tar.gz
Install files via FILES.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/fonts/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/usr.sbin/pcvt/fonts/Makefile b/usr.sbin/pcvt/fonts/Makefile
index 51c7908..8af01cc 100644
--- a/usr.sbin/pcvt/fonts/Makefile
+++ b/usr.sbin/pcvt/fonts/Makefile
@@ -5,15 +5,10 @@
rm -f ${.TARGET}
uudecode ${.IMPSRC}
-FONTS= vt220h.808 vt220h.810 vt220h.814 vt220h.816 \
+FILES= vt220h.808 vt220h.810 vt220h.814 vt220h.816 \
vt220l.808 vt220l.810 vt220l.814 vt220l.816
-#FONTS+= vt100pc.814 vt100sg.814
-CLEANFILES= ${FONTS}
-
-all: ${FONTS}
-
-beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
- ${FONTS} ${DESTDIR}${FONTDIR}
+#FILES+= vt100pc.814 vt100sg.814
+FILESDIR= ${FONTDIR}
+CLEANFILES= ${FILES}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud