summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-10-27 10:48:31 +0000
committerjulian <julian@FreeBSD.org>1995-10-27 10:48:31 +0000
commit2494489f353737a9a0a0dfb412b041a447f76aa2 (patch)
tree79f62b7e310d8aaa41586909ba37d7589857ad4e /etc
parent097421f540c5e463d5555f21dda599c749369da8 (diff)
downloadFreeBSD-src-2494489f353737a9a0a0dfb412b041a447f76aa2.zip
FreeBSD-src-2494489f353737a9a0a0dfb412b041a447f76aa2.tar.gz
Submitted by: john hay
patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :)
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 7dd3f6b..ad08733 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.122 1995/10/22 21:26:52 ache Exp $
+# $Id: Makefile,v 1.123 1995/10/26 10:05:55 ache Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -444,7 +444,7 @@ 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 ] ; \
+ -if [ -d ${DESTDIR}/usr/share/locale ] ; \
then \
cd ${DESTDIR}/usr/share/locale; \
for l in ${LATIN1LINKS} ; do \
OpenPOWER on IntegriCloud