diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-19 22:15:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-19 22:15:35 +0000 |
commit | 9509c1b28462d6b360c5f38173b9ac31ac443a36 (patch) | |
tree | c0163db007d7833ab00984236de0b36a65f48585 /usr.bin | |
parent | 465016112388ae32b0002d463ea2b1918b664db3 (diff) | |
download | src-9509c1b28462d6b360c5f38173b9ac31ac443a36.tar.gz src-9509c1b28462d6b360c5f38173b9ac31ac443a36.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/colldef/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index a1958e6a330d..023859b1e16c 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1995/02/17 17:29:49 ache Exp $ +# $Id: Makefile,v 1.2 1995/05/01 12:10:35 ache Exp $ PROG = colldef LFLAGS = -8 -i @@ -9,7 +9,7 @@ LDADD = -ll DPADD = ${LIBL} CLEANFILES = y.tab.[ch] lex.yy.c -LOCALES= ru_SU.KOI8-R ru_SU.CP866 lt_LN.ISO8859-1 +LOCALES= ru_SU.KOI8-R ru_SU.CP866 lt_LN.ISO_8859-1 LOCALEDIR= ${DESTDIR}/usr/share/locale afterinstall: |