aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-11-03 14:51:45 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-11-03 14:51:45 +0000
commit1b31f20e146ed1dc7b642a296d8f546cda41d3d7 (patch)
treead35cffb29edd383294d6a446e44a323d04fe989
parent40e33105d2036cb1e6819143284af613bd6407d4 (diff)
Notes
-rw-r--r--share/mklocale/Makefile4
-rw-r--r--usr.bin/mklocale/data/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile
index 967a071c9db7..fb6161fedf1b 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 \
diff --git a/usr.bin/mklocale/data/Makefile b/usr.bin/mklocale/data/Makefile
index 967a071c9db7..fb6161fedf1b 100644
--- a/usr.bin/mklocale/data/Makefile
+++ b/usr.bin/mklocale/data/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 \