diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-07-22 08:58:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-07-22 08:58:36 +0000 |
commit | 3122d1afe6f67c93c15b25d42b7f87519862da0d (patch) | |
tree | d49dbf7f0eccfe37e5eb2a85ad091d62aa8f42a9 /misc/zaptel/files/patch-Makefile | |
parent | Mark as deprecated: last release 2000, depends on forbidden port misc/compat3x. (diff) |
Update to 1.4.6.
Submitted by: Oleksandr Tymoshenko
Notes
Notes:
svn path=/head/; revision=196045
Diffstat (limited to 'misc/zaptel/files/patch-Makefile')
-rw-r--r-- | misc/zaptel/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/zaptel/files/patch-Makefile b/misc/zaptel/files/patch-Makefile index 66912ce6d81e..bf32362192eb 100644 --- a/misc/zaptel/files/patch-Makefile +++ b/misc/zaptel/files/patch-Makefile @@ -1,12 +1,12 @@ $FreeBSD$ ---- Makefile +--- Makefile.orig +++ Makefile @@ -1,5 +1,5 @@ - # $Id: Makefile,v 1.1 2007/04/25 23:15:33 root Exp root $ --HWMODULES=zaptel tools oct612x qozap zaphfc wcfxs wcfxo wct1xxp wcte11xp wct4xxp ztdummy -+HWMODULES=zaptel tools qozap zaphfc wcfxs wcfxo wct1xxp wcte11xp wct4xxp ztdummy + # $Id: Makefile 840 2004-06-16 15:23:08Z gonzo $ +-HWMODULES=zaptel tools oct612x qozap zaphfc wcfxs wcfxo wct1xxp wcte11xp wcte12xp wct4xxp ztdummy ++HWMODULES=zaptel tools qozap zaphfc wcfxs wcfxo wct1xxp wcte11xp wcte12xp wct4xxp ztdummy USERLAND=ztcfg test + .if defined(WITH_TAU32) HWMODULES+=tau32pci - # This is for testing purposes |