summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-07-08 00:17:22 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-07-08 00:17:22 +0000
commit799cf67bb03aa2c0445b96187ee22bc05ed0b6b0 (patch)
treec165f43403afbbf7489c017a387f5ac3f0f4d705 /sys
parentb9c46d3251417c8dcc8b2df7715a30ec427da185 (diff)
As pointed out by Mickey, "-I/usr/includes" is not required for
successful compilation of assembler or generating microcode.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/microcode/aic7xxx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/aic7xxx/Makefile b/sys/dev/microcode/aic7xxx/Makefile
index 7a34c83c3f7..7178f24d034 100644
--- a/sys/dev/microcode/aic7xxx/Makefile
+++ b/sys/dev/microcode/aic7xxx/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2007/04/05 23:41:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.11 2007/07/08 00:17:21 krw Exp $
# $FreeBSD: src/sys/dev/aic7xxx/Makefile,v 1.6 1999/08/28 00:41:22 peter Exp $
PROG= aicasm
@@ -21,7 +21,7 @@ CC=${HOSTCC}
DEPENDFILE=
.endif
-CFLAGS+= -I/usr/include -I. -I${.CURDIR}
+CFLAGS+= -I. -I${.CURDIR}
YFLAGS= -d
LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-olex.yy.c/} ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/}
NOMAN= noman