diff options
Diffstat (limited to 'misc/zaptel/files/patch-wcfxo::Makefile')
| -rw-r--r-- | misc/zaptel/files/patch-wcfxo::Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/zaptel/files/patch-wcfxo::Makefile b/misc/zaptel/files/patch-wcfxo::Makefile new file mode 100644 index 000000000000..04623b45aab7 --- /dev/null +++ b/misc/zaptel/files/patch-wcfxo::Makefile @@ -0,0 +1,26 @@ + +$FreeBSD$ + +--- wcfxo/Makefile.orig Wed Apr 28 04:27:36 2004 ++++ wcfxo/Makefile Thu Apr 29 18:00:11 2004 +@@ -1,13 +1,14 @@ + # $Id: Makefile,v 1.1 2004/04/28 11:27:36 gonzo Exp $ + .PATH: /sys/dev/pci +-SRCS=wcfxo.c wcfxovar.h +-KMOD=wcfxo +-CFLAGS+= -I../zaptel/ -g +-SRCS += device_if.h bus_if.h isa_if.h pci_if.h +-SRCS += wcfxovar.h ++ ++KMOD= wcfxo ++SRCS= wcfxo.c wcfxovar.h ++SRCS+= device_if.h bus_if.h isa_if.h pci_if.h ++SRCS+= wcfxovar.h ++CFLAGS+= -I${.CURDIR}/../zaptel/ -g + + load: wcfxo.ko +- kldload ./wcfxo.ko ++ kldload ${.CURDIR}/wcfxo.ko + + unload: + kldunload wcfxo |
