summaryrefslogtreecommitdiff
path: root/misc/zaptel/files/patch-Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-05-14 16:14:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-05-14 16:14:50 +0000
commit715820a4e47f3de420a72aad9c710c18633580b4 (patch)
tree6760c0de35ffe64bf4d84ee506cfc0695f1224d4 /misc/zaptel/files/patch-Makefile
parentUpdate to 1.99r13 (diff)
Update to 0.2, which includes the following fixes/enhancements:
- Fixed panic when several X100P cards are present in the system; - added support for pulse dialing. Committed from: BSDCan 2004 :)
Notes
Notes: svn path=/head/; revision=109143
Diffstat (limited to 'misc/zaptel/files/patch-Makefile')
-rw-r--r--misc/zaptel/files/patch-Makefile22
1 files changed, 10 insertions, 12 deletions
diff --git a/misc/zaptel/files/patch-Makefile b/misc/zaptel/files/patch-Makefile
index 459d72a1fbfe..89992b6b0441 100644
--- a/misc/zaptel/files/patch-Makefile
+++ b/misc/zaptel/files/patch-Makefile
@@ -1,10 +1,10 @@
$FreeBSD$
---- Makefile.orig Wed Apr 28 04:27:35 2004
-+++ Makefile Thu Apr 29 18:00:11 2004
-@@ -1,29 +1,26 @@
- # $Id: Makefile,v 1.1 2004/04/28 11:27:35 gonzo Exp $
+--- Makefile.orig Wed May 5 17:10:37 2004
++++ Makefile Fri May 14 17:59:13 2004
+@@ -1,27 +1,27 @@
+ # $Id$
all:
- cd zaptel && make
@@ -15,10 +15,10 @@ $FreeBSD$
+ cd ztcfg && ${MAKE}
load:
-- cd zaptel && kldload ./zaptel/zaptel.ko
-- cd wcfxo && kldload ./wcfxo/wcfxo.ko
-+ cd zaptel && kldload ${.CURDIR}/zaptel/zaptel.ko
-+ cd wcfxo && kldload ${.CURDIR}/wcfxo/wcfxo.ko
+- cd zaptel && kldload ./zaptel.ko
+- cd wcfxo && kldload ./wcfxo.ko
++ cd zaptel && kldload ${.CURDIR}/zaptel.ko
++ cd wcfxo && kldload ${.CURDIR}/wcfxo.ko
unload:
cd wcfxo && kldunload wcfxo
@@ -36,11 +36,9 @@ $FreeBSD$
- cd zaptel && make install
- cd wcfxo && make install
- cd ztcfg && make install
--
--
--
+ cd zaptel && ${MAKE} install
+ cd wcfxo && ${MAKE} install
+ cd ztcfg && ${MAKE} install
+
+
- reload: unload load