Module Name:    src
Committed By:   bouyer
Date:           Fri Dec 10 22:23:23 UTC 2010

Modified Files:
        src/sbin/bioctl [netbsd-4]: Makefile

Log Message:
Remove spurious -I/usr/src/sys introduced by patch from ticket 1175.
This cause build failure in some cases.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sbin/bioctl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/bioctl/Makefile
diff -u src/sbin/bioctl/Makefile:1.1.2.2 src/sbin/bioctl/Makefile:1.1.2.3
--- src/sbin/bioctl/Makefile:1.1.2.2	Fri Aug 29 21:24:18 2008
+++ src/sbin/bioctl/Makefile	Fri Dec 10 22:23:23 2010
@@ -5,6 +5,5 @@
 MAN=	bioctl.8
 
 WARNS=	4
-CPPFLAGS+=-I/usr/src/sys
 
 .include <bsd.prog.mk>

Reply via email to