summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-04-11 19:46:36 +0000
committerache <ache@FreeBSD.org>1999-04-11 19:46:36 +0000
commitd844f4559093125d735a5de22713c447117cf696 (patch)
tree09dfd2089642db8dc6fc1f0115ae59f0bcd051fd /etc/Makefile
parent8af6010853efe260b50c1907d89c3867e435f206 (diff)
downloadFreeBSD-src-d844f4559093125d735a5de22713c447117cf696.zip
FreeBSD-src-d844f4559093125d735a5de22713c447117cf696.tar.gz
Remove old locale links conversion stuff
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1a6fcb0..f4d2a15 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.194 1999/02/12 20:51:38 dillon Exp $
+# $Id: Makefile,v 1.195 1999/03/28 10:47:25 markm Exp $
SUBDIR= sendmail
@@ -32,12 +32,6 @@ COPYRIGHT= COPYRIGHT
FREEBSD=
FREEBSD+= ${COPYRIGHT}
-# Compatibility stuff, remove those links
-LATIN1LINKS = \
- da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES fi_FI \
- fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO \
- pt_PT sv_SE
-
etc:
distribute:
@@ -117,16 +111,6 @@ distribution:
distrib-dirs:
mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
-# Compatibility stuff, remove obsoleted links, if exists
- if [ -d ${DESTDIR}/usr/share/locale ] ; \
- then \
- cd ${DESTDIR}/usr/share/locale; \
- for l in ${LATIN1LINKS} ; do \
- if [ -h $$l.ISO_8859-1 ]; then \
- rm $$l.ISO_8859-1; \
- fi ; \
- done; \
- fi
mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
-p ${DESTDIR}/usr/include
OpenPOWER on IntegriCloud