aboutsummaryrefslogtreecommitdiff
path: root/net/zaptel12/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/zaptel12/files/patch-Makefile')
-rw-r--r--net/zaptel12/files/patch-Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/net/zaptel12/files/patch-Makefile b/net/zaptel12/files/patch-Makefile
deleted file mode 100644
index 5be8536e7de1..000000000000
--- a/net/zaptel12/files/patch-Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.orig Thu Jun 17 19:21:57 2004
-+++ Makefile Thu Jun 17 18:26:30 2004
-@@ -1,11 +1,11 @@
- # $Id: Makefile,v 1.7 2004/06/16 15:58:04 gonzo Exp $
-
- all:
-- cd zaptel && make
-- cd wcfxs && make
-- cd wcfxo && make
-- cd ztcfg && make
-- cd test && make
-+ cd zaptel && ${MAKE}
-+ cd wcfxs && ${MAKE}
-+ cd wcfxo && ${MAKE}
-+ cd ztcfg && ${MAKE}
-+ cd test && ${MAKE}
-
- load:
- cd zaptel && kldload ./zaptel.ko
-@@ -16,17 +16,17 @@
- cd zaptel && kldunload zaptel
-
- clean:
-- cd zaptel && make clean
-- cd wcfxo && make clean
-- cd wcfxs && make clean
-- cd ztcfg && make clean
-- cd test && make clean
-+ cd zaptel && ${MAKE} clean
-+ cd wcfxo && ${MAKE} clean
-+ cd wcfxs && ${MAKE} clean
-+ cd ztcfg && ${MAKE} clean
-+ cd test && ${MAKE} clean
-
- install:
-- cd zaptel && make install
-- cd wcfxo && make install
-- cd wcfxs && make install
-- cd ztcfg && make install
-- cd test && make install
-+ cd zaptel && ${MAKE} install
-+ cd wcfxo && ${MAKE} install
-+ cd wcfxs && ${MAKE} install
-+ cd ztcfg && ${MAKE} install
-+ cd test && ${MAKE} install
-
- reload: unload load