summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1998-12-13 04:39:01 +0000
committerdillon <dillon@FreeBSD.org>1998-12-13 04:39:01 +0000
commit7e32ff5f288ae9ec2a881fd11878793b858a037d (patch)
tree17b7791a2775fc318274e31fa82b2a2ab857eb2a /Makefile.inc1
parent74ef00d44a4706b29d6369c603b971334b442cea (diff)
downloadFreeBSD-src-7e32ff5f288ae9ec2a881fd11878793b858a037d.zip
FreeBSD-src-7e32ff5f288ae9ec2a881fd11878793b858a037d.tar.gz
Grr. removed. backed-out. sorry!
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 37316c6..8f7a821 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.46 1998/11/28 13:14:58 jkh Exp $
+# $Id: Makefile.inc1,v 1.47 1998/12/13 04:32:13 dillon Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -476,7 +476,7 @@ bootstrap:
rm -f ${DESTDIR}/usr/src/sys
ln -s ${.CURDIR}/sys ${DESTDIR}/usr/src
cd ${.CURDIR}/include; find -dx . | cpio -dump ${DESTDIR}/usr/include
-.for d in dev net netatm netinet posix4 sys vm machine
+.for d in net netatm netinet posix4 sys vm machine
if [ -h ${DESTDIR}/usr/include/$d ]; then \
rm -f ${DESTDIR}/usr/include/$d ; \
fi
OpenPOWER on IntegriCloud