From 0a51d0d9fd660976ab2fae17bd4ff73ba04e22f1 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Tue, 24 Apr 2001 02:57:42 +0000 Subject: [PATCH] ${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. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 4039db00e709..6cd8cd771d24 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 #