From owner-cvs-all Mon Jun 11 23: 6:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 689B537B401; Mon, 11 Jun 2001 23:06:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5C66J917928; Mon, 11 Jun 2001 23:06:19 -0700 (PDT) (envelope-from peter) Message-Id: <200106120606.f5C66J917928@freefall.freebsd.org> From: Peter Wemm Date: Mon, 11 Jun 2001 23:06:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/06/11 23:06:19 PDT Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Log: Move the -I../../../include or -I/usr/include to the last entry on the cc arguments. Otherwise ipfilter's bogus #include lines will compile reference /usr/include/netinet/ip_frag.h etc. Revision Changes Path 1.101 +6 -5 src/sys/conf/Makefile.alpha 1.235 +8 -7 src/sys/conf/Makefile.i386 1.24 +8 -7 src/sys/conf/Makefile.ia64 1.134 +8 -7 src/sys/conf/Makefile.pc98 1.235 +8 -7 src/sys/conf/Makefile.powerpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message