diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-07-21 16:45:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-07-21 16:45:46 +0000 |
commit | 416e4061e096dc9e621bb11c3123a3201d5ee7e3 (patch) | |
tree | abf673bae2f1c449f4970571f8b9ae55862275ef /misc/zaptel/files/patch-Makefile | |
parent | Move pkg's files to Makefile, remove pkg-plist. (diff) |
Update to 0.6.
Notes
Notes:
svn path=/head/; revision=114348
Diffstat (limited to 'misc/zaptel/files/patch-Makefile')
-rw-r--r-- | misc/zaptel/files/patch-Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/misc/zaptel/files/patch-Makefile b/misc/zaptel/files/patch-Makefile deleted file mode 100644 index 5be8536e7de1..000000000000 --- a/misc/zaptel/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 |