diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 17:46:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 17:46:34 +0000 |
commit | f1fc0166dcb5f66541d9f038fe4255beb9f6324c (patch) | |
tree | dd16f6e521e1bcc0e87ad926dd37714dcd4ebd98 /net/zaptel12/files/patch-test::Makefile | |
parent | Update to 2.1.13. (diff) |
Enable building on 4.x.
Notes
Notes:
svn path=/head/; revision=119684
Diffstat (limited to 'net/zaptel12/files/patch-test::Makefile')
-rw-r--r-- | net/zaptel12/files/patch-test::Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net/zaptel12/files/patch-test::Makefile b/net/zaptel12/files/patch-test::Makefile new file mode 100644 index 000000000000..c8e181554796 --- /dev/null +++ b/net/zaptel12/files/patch-test::Makefile @@ -0,0 +1,31 @@ + +$FreeBSD$ + +--- test/Makefile ++++ test/Makefile +@@ -7,17 +7,17 @@ + + all: zttool fxo_test ztmonitor zttest + +-fxo_test: fxo_test.o +- ${CC} ${CFLAGS} -o fxo_test fxo_test.o -ltonezone -L../ztcfg ++fxo_test: fxo_test.c ++ ${CC} ${CFLAGS} -o fxo_test fxo_test.c -ltonezone -L../ztcfg + +-ztmonitor: ztmonitor.o +- ${CC} ${CFLAGS} -o ztmonitor ztmonitor.o -ltonezone -L../ztcfg ++ztmonitor: ztmonitor.c ++ ${CC} ${CFLAGS} -o ztmonitor ztmonitor.c -ltonezone -L../ztcfg + +-zttool: zttool.o +- ${CC} ${CFLAGS} -o zttool zttool.o -ltonezone -L${LOCALBASE}/lib -lnewt -L../ztcfg ++zttool: zttool.c ++ ${CC} ${CFLAGS} -o zttool zttool.c -ltonezone -L${LOCALBASE}/lib -lnewt -L../ztcfg + +-zttest: zttest.o +- ${CC} ${CFLAGS} -o zttest zttest.o ++zttest: zttest.c ++ ${CC} ${CFLAGS} -o zttest zttest.c + + clean: + rm -f fxo_test ztmonitor zttool ztls zttest *.o |