summaryrefslogtreecommitdiffstats
path: root/share/syscons/scrnmaps
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-19 13:40:51 +0000
committerru <ru@FreeBSD.org>2004-01-19 13:40:51 +0000
commit3f8ee0c687dc60c48c1572b6979383bcfa9a7416 (patch)
tree0f296cdaed29d105987ac4fc0fa7116d23660022 /share/syscons/scrnmaps
parent67527434e212a470aadd6539b04c5a27480366d5 (diff)
downloadFreeBSD-src-3f8ee0c687dc60c48c1572b6979383bcfa9a7416.zip
FreeBSD-src-3f8ee0c687dc60c48c1572b6979383bcfa9a7416.tar.gz
Use the standard <bsd.files.mk> API to install files.
Diffstat (limited to 'share/syscons/scrnmaps')
-rw-r--r--share/syscons/scrnmaps/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile
index be0f0eb..64bf455 100644
--- a/share/syscons/scrnmaps/Makefile
+++ b/share/syscons/scrnmaps/Makefile
@@ -7,19 +7,13 @@ SCRMAPS = armscii8-2haik8.scm \
us-ascii_to_cp437.scm
SCRMAPS_MK = ${SCRMAPS:R:S/$/.mk/g}
-SCRDIR = ${SHAREDIR}/syscons/scrnmaps
CLEANFILES+= ${SCRMAPS_MK} ${SCRMAPS}
-NOMAN = noman
-
-all: ${SCRMAPS}
+FILES= ${SCRMAPS}
+FILESDIR= ${SHAREDIR}/syscons/scrnmaps
build-tools: ${SCRMAPS_MK}
-install:
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
- ${SCRMAPS} ${DESTDIR}${SCRDIR}
-
${SCRMAPS}: ${.TARGET:R}.mk
./${.TARGET:R}.mk ${.TARGET:R}.tmp
uuencode ${.TARGET:R}.tmp ${.TARGET:R} > ${.TARGET}
OpenPOWER on IntegriCloud