From 1593c65a5bc643d8afee4e9c88d81e9bb052fe91 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Thu, 22 May 2008 21:53:15 +0000 Subject: [PATCH] clear out crud Submitted by: "Pawel Worach" --- sys/modules/iwn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/iwn/Makefile b/sys/modules/iwn/Makefile index 3473776476d..afc5c5176d6 100644 --- a/sys/modules/iwn/Makefile +++ b/sys/modules/iwn/Makefile @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../dev/iwn KMOD = if_iwn -SRCS = if_iwn.c opt_bdg.h device_if.h bus_if.h pci_if.h -CFLAGS += -g -DWITNESS -DINVARIANT_SUPPORT -DINVARIANTS -I${.CURDIR}/../../ +SRCS = if_iwn.c device_if.h bus_if.h pci_if.h + .include