summaryrefslogtreecommitdiffstats
path: root/share/mklocale
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-11-03 14:51:45 +0000
committerache <ache@FreeBSD.org>1995-11-03 14:51:45 +0000
commit5aa679584eb2ecb21d0baa9e622b96ded33a0b1b (patch)
treead35cffb29edd383294d6a446e44a323d04fe989 /share/mklocale
parenta8d6dd13aed385440b7f2e54930a882a6330e6cc (diff)
downloadFreeBSD-src-5aa679584eb2ecb21d0baa9e622b96ded33a0b1b.zip
FreeBSD-src-5aa679584eb2ecb21d0baa9e622b96ded33a0b1b.tar.gz
Add $id$ and ${COPY}
Diffstat (limited to 'share/mklocale')
-rw-r--r--share/mklocale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile
index 967a071..fb6161f 100644
--- a/share/mklocale/Makefile
+++ b/share/mklocale/Makefile
@@ -1,4 +1,4 @@
-# @(#)Makefile 8.1 (Berkeley) 6/7/93
+# $Id$
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@@ -26,7 +26,7 @@ all: ${LOCALES:S/$/.out/g}
afterinstall:
for locale in ${LOCALES}; do \
- ${INSTALL} -m 644 -o ${BINOWN} -g ${BINGRP} $$locale.out ${LOCALEDIR}/$$locale/LC_CTYPE; \
+ ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$locale.out ${LOCALEDIR}/$$locale/LC_CTYPE; \
done
for l in ${LATIN1LINKS}; do \
ln -fs ../lt_LN.ISO_8859-1/LC_CTYPE \
OpenPOWER on IntegriCloud