From owner-cvs-share Sun Feb 1 09:21:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03730 for cvs-share-outgoing; Sun, 1 Feb 1998 09:21:55 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03583; Sun, 1 Feb 1998 09:20:04 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA27715; Sun, 1 Feb 1998 09:19:55 -0800 (PST) Date: Sun, 1 Feb 1998 09:19:55 -0800 (PST) Message-Id: <199802011719.JAA27715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.kmod.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/01 09:19:55 PST Modified files: share/mk bsd.kmod.mk Log: Restrict the include search path using -nostdinc -I- in $(CFLAGS} as in kernel Makefiles. Nothing in /usr/include is used (provided relative paths for sys/* and can be found), so there is no need for the -I/usr/include kludge as in kernel Makefiles. Revision Changes Path 1.43 +12 -3 src/share/mk/bsd.kmod.mk