summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-04-11 19:46:36 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-04-11 19:46:36 +0000
commitc8bdad599ff09ea0e011de3e76731897bfce5fe8 (patch)
tree46eb27f7b664f314b8355c62d81b0c9f0e956d13
parent863e79b09ee34a4f042d33ae2d4299520515baf3 (diff)
Notes
-rw-r--r--etc/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1a6fcb0a9a3a..f4d2a1538f7a 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