summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-04-03 01:13:50 +0000
committernate <nate@FreeBSD.org>1995-04-03 01:13:50 +0000
commite4473f322d26f6c167c3df9f7ebfb6b35360916c (patch)
tree9d78b68b69052ce4953fb5b1a3ca4da0aae1267d /sys/i386/conf
parent2ae9b2c5efd376010c6d2201277d14e77356bbf9 (diff)
downloadFreeBSD-src-e4473f322d26f6c167c3df9f7ebfb6b35360916c.zip
FreeBSD-src-e4473f322d26f6c167c3df9f7ebfb6b35360916c.tar.gz
Added -I/usrinclude to the tail end of the INCLUDES line. This hack
will cause kernel compiles to work even if the src/includes directory doesn't exist but still do the 'Right Thing' and pull files from the source tree if it does exist. Reviewed by: Bruce Evans
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/Makefile.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 8e85d7f..4bcd03f 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.59 1995/03/25 23:21:36 bde Exp $
+# $Id: Makefile.i386,v 1.60 1995/03/28 08:02:37 bde Exp $
#
# Makefile for FreeBSD
#
@@ -36,7 +36,7 @@ CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
#
COPTFLAGS?=-O
# Not ready for -I- yet. #include "foo.h" where foo.h is in the srcdir fails.
-INCLUDES= -nostdinc -I. -I$S -I$S/sys -I$S/../include
+INCLUDES= -nostdinc -I. -I$S -I$S/sys -I$S/../include -I/usr/include
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS}
ASFLAGS=
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
OpenPOWER on IntegriCloud