diff options
Diffstat (limited to 'net/zaptel12/files/patch-wcfxs::Makefile')
-rw-r--r-- | net/zaptel12/files/patch-wcfxs::Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/zaptel12/files/patch-wcfxs::Makefile b/net/zaptel12/files/patch-wcfxs::Makefile new file mode 100644 index 000000000000..fafb7be8daa8 --- /dev/null +++ b/net/zaptel12/files/patch-wcfxs::Makefile @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- wcfxs/Makefile ++++ wcfxs/Makefile +@@ -6,6 +6,7 @@ + CFLAGS+=-I../zaptel -g + SRCS+=device_if.h bus_if.h isa_if.h pci_if.h + SRCS+=wcfxsvar.h ++WERROR= -Wall + + load: wcfxs.ko + kldload ./wcfxs.ko |