summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-04-24 02:57:42 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-04-24 02:57:42 +0000
commitf41656c49ca483a5772af02c66e9fdefabe2e3ea (patch)
tree348b08ce4eb5d9299a5b9860efcaf5a8eeeb3d1e /Makefile.inc1
parentd487445d059fdf0ea10570641cfa7d3fa4430e70 (diff)
downloadFreeBSD-src-f41656c49ca483a5772af02c66e9fdefabe2e3ea.zip
FreeBSD-src-f41656c49ca483a5772af02c66e9fdefabe2e3ea.tar.gz
${MAKEOBJDIRPREFIX}/usr/src/i386/usr/include/isc was being created as a plain
file during the bootstrapping process of a buildworld and contained the last isc include file to be installed. It was meant to be a directory for the isc include files.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4039db0..6cd8cd7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -229,7 +229,7 @@ USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
usr/share/groff_font/devutf8 \
usr/share/tmac/mdoc usr/share/tmac/mm
-INCDIRS= arpa g++/std objc protocols readline rpc rpcsvc openssl \
+INCDIRS= arpa g++/std isc objc protocols readline rpc rpcsvc openssl \
security ss
#
OpenPOWER on IntegriCloud