diff options
author | grant <grant> | 2002-06-25 04:12:52 +0000 |
---|---|---|
committer | grant <grant> | 2002-06-25 04:12:52 +0000 |
commit | b1bbe05f3dc3b3b3effe8c4238a3c39201128337 (patch) | |
tree | 5f5b5057d22491919143fce4e2e2f8e1a6e13fb6 /net/docsis/patches | |
parent | e4a70ddf5233c2444eb04e6f156ab1f70ed3b1ae (diff) | |
download | pkgsrc-b1bbe05f3dc3b3b3effe8c4238a3c39201128337.tar.gz |
Initial import of docsis-0.7.5.
docsis is a small program that can be used to generate binary
configuration files for DOCSIS-compliant cable modems.
It can be used to implement a cable modem provisioning system, as well
as testing of DOCSIS-compliant cable modems.
Diffstat (limited to 'net/docsis/patches')
-rw-r--r-- | net/docsis/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/docsis/patches/patch-aa b/net/docsis/patches/patch-aa new file mode 100644 index 00000000000..56cd3d3ab12 --- /dev/null +++ b/net/docsis/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/06/25 04:12:53 grant Exp $ + +--- Makefile.orig Tue Jun 25 23:29:11 2002 ++++ Makefile Tue Jun 25 23:31:55 2002 +@@ -7,8 +7,8 @@ + # -lcrypto is OpenSSL. + # + # CFLAGS = -g -Wall -I/usr/local/include +-CFLAGS = -g -Wall -I/opt/ucd-snmp-4.2/include +-LIBS = -L/opt/ucd-snmp-4.2/lib -lsnmp -lcrypto -lnsl -lfl -lm ++CFLAGS = -g -Wall ${CPPFLAGS} ++LIBS = ${LDFLAGS} -lsnmp -lcrypto -lfl -lm + + docsis: Makefile docsis_decode.o docsis_yy.o docsis_main.o md5.o hmac_md5.o docsis_snmp.o ethermac.h ethermac.o version.h docsis_encode.o + $(CC) $(CFLAGS) $(DEFS) -g -o docsis docsis_main.o docsis_encode.o docsis_decode.o docsis_yy.o md5.o hmac_md5.o docsis_snmp.o ethermac.o $(LIBS) |