From owner-freebsd-commit Sun Apr 2 18:15:16 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17771 for commit-outgoing; Sun, 2 Apr 1995 18:15:16 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17758 for cvs-sys-outgoing; Sun, 2 Apr 1995 18:15:14 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA17710; Sun, 2 Apr 1995 18:13:51 -0700 Date: Sun, 2 Apr 1995 18:13:51 -0700 From: Nate Williams Message-Id: <199504030113.SAA17710@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: commit-owner@FreeBSD.org Precedence: bulk nate 95/04/02 18:13:51 Modified: sys/i386/conf Makefile.i386 Log: 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