diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-04-17 07:44:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-04-17 07:44:28 +0000 |
commit | e5e2a21eeccd64c209e827210c060dd211537f4f (patch) | |
tree | 0a1715d3b89b6d74312130247206851e2f66c7a8 /net/zaptel12/files/patch-wcfxs::Makefile | |
parent | Update to the latest snapshot of the driver. This improves existing support (diff) |
Forgot to add/remove patches in the previous commit.
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 |