1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/zaptel12/files/patch-wcfxo::Makefile

27 lines
590 B
Plaintext

$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