From owner-freebsd-current Tue Apr 4 16:45:32 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA26701 for current-outgoing; Tue, 4 Apr 1995 16:45:32 -0700 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA26694 for ; Tue, 4 Apr 1995 16:45:27 -0700 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id RAA08194; Tue, 4 Apr 1995 17:49:08 -0600 Date: Tue, 4 Apr 1995 17:49:08 -0600 From: Nate Williams Message-Id: <199504042349.RAA08194@trout.sri.MT.net> In-Reply-To: Mike Pritchard "Re: cvs commit: src/sys/i386/conf Makefile.i386" (Apr 4, 6:31pm) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Mike Pritchard Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 Cc: rkw@dataplex.net, current@FreeBSD.org Sender: current-owner@FreeBSD.org Precedence: bulk > Ok, how about conditionally adding /usr/include to the -I list. > E.g. in the kernel makefile do: > > .if !exist /usr/src/include > CFLAGS +=-I/usr/include > .endif Hmm, a spruced up variant on that would do the trick. What do other folks think? > "Go that way. Really fast. If something gets in your way, turn" Ahh, skiing. :-) Nate