diff options
author | ache <ache@FreeBSD.org> | 1995-11-03 14:51:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-11-03 14:51:45 +0000 |
commit | 5aa679584eb2ecb21d0baa9e622b96ded33a0b1b (patch) | |
tree | ad35cffb29edd383294d6a446e44a323d04fe989 /usr.bin/mklocale/data | |
parent | a8d6dd13aed385440b7f2e54930a882a6330e6cc (diff) | |
download | FreeBSD-src-5aa679584eb2ecb21d0baa9e622b96ded33a0b1b.zip FreeBSD-src-5aa679584eb2ecb21d0baa9e622b96ded33a0b1b.tar.gz |
Add $id$ and ${COPY}
Diffstat (limited to 'usr.bin/mklocale/data')
-rw-r--r-- | usr.bin/mklocale/data/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mklocale/data/Makefile b/usr.bin/mklocale/data/Makefile index 967a071..fb6161f 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 \ |