Fix the duplicate include stanza.

PR: 117125
This commit is contained in:
jfv 2007-10-12 07:49:33 +00:00
parent 3750cc7cc3
commit f464b3caaa

View File

@ -70,9 +70,6 @@ INCLUDES+= -I$S/dev/twa
# .. and the same for em
INCLUDES+= -I$S/dev/em
# .. and the same for em
INCLUDES+= -I$S/dev/em
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG}
CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
.if ${CC} != "icc"