1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove an unneeded CFLAGS line

Approved by: mlaier (comentor)
This commit is contained in:
Benjamin Close 2007-11-08 22:02:38 +00:00
parent 607b0aec7c
commit 8ffeaa536b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173490

View File

@ -4,5 +4,5 @@
KMOD = if_wpi
SRCS = if_wpi.c opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += -I${.CURDIR}/../../
.include <bsd.kmod.mk>