Grr. removed. backed-out. sorry!

This commit is contained in:
Matthew Dillon 1998-12-13 04:39:01 +00:00
parent 86fba2f5a6
commit 7015208878
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41722

View File

@ -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