aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-12-13 04:32:13 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-12-13 04:32:13 +0000
commitfed7770acde0cfec115df5f1e5d5df63294cf276 (patch)
treec9d5068a124ae1f01dac8e2f26df18bcebf9b080 /Makefile.inc1
parent0c7b9cbdb0a6fb537da16a54282e4829238d5bca (diff)
Notes
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 01da39000256..37316c69f35b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.45 1998/11/28 08:19:24 jkh Exp $
+# $Id: Makefile.inc1,v 1.46 1998/11/28 13:14:58 jkh 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 net netatm netinet posix4 sys vm machine
+.for d in dev net netatm netinet posix4 sys vm machine
if [ -h ${DESTDIR}/usr/include/$d ]; then \
rm -f ${DESTDIR}/usr/include/$d ; \
fi