summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/fonts/Makefile')
-rw-r--r--usr.sbin/pcvt/fonts/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.sbin/pcvt/fonts/Makefile b/usr.sbin/pcvt/fonts/Makefile
deleted file mode 100644
index 7a5946a..0000000
--- a/usr.sbin/pcvt/fonts/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id$
-
-.SUFFIXES: .uu
-.uu:
- rm -f ${.TARGET}
- uudecode ${.IMPSRC}
-
-FONTS= 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}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud