aboutsummaryrefslogtreecommitdiff
path: root/net/zaptel12/files/patch-zaphfc::Makefile
blob: be960a601cffdb5c1c5aa58883b1705a891b0de0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

$FreeBSD$

--- zaphfc/Makefile.orig
+++ zaphfc/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 2006/07/06 05:51:19 root Exp root $
 
 
 # CWARNFLAGS= -D__nothing_because_have_cplusplus_comments__
@@ -7,9 +7,7 @@
 KMOD=	zaphfc
 SRCS=	zaphfc.c zaphfc_freebsd.c
 SRCS+=	device_if.h bus_if.h isa_if.h pci_if.h 
-CFLAGS+=-I../zaptel
+CFLAGS+=-I../zaptel -DCONFIG_PCI=1 -g
 WERROR=	-Wall
-
-DEBUG_FLAGS=	-g
 
 .include <bsd.kmod.mk>