diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-25 19:49:31 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-25 19:49:31 +0000 |
commit | 94886678c1e033de12c9ac018e86e46929243712 (patch) | |
tree | f7e9eec06f45c11741b9d260056f6d21729d7894 /net-mgmt/annextools/files/patch-libannex::Makefile | |
parent | - Update to version 2.1.10 (diff) |
Add the Xylogics/Bay Networks/Nortel Networks Annex administration suite.
Allows the Annex to be administered from a FreeBSD host, rather than via
the console port. Tested with a MicroAnnex-XL 16 port device.
Reviewed by: edwin
Approved by: jake (mentor)
Diffstat (limited to 'net-mgmt/annextools/files/patch-libannex::Makefile')
-rw-r--r-- | net-mgmt/annextools/files/patch-libannex::Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/annextools/files/patch-libannex::Makefile b/net-mgmt/annextools/files/patch-libannex::Makefile new file mode 100644 index 000000000000..17ed05f31acb --- /dev/null +++ b/net-mgmt/annextools/files/patch-libannex::Makefile @@ -0,0 +1,13 @@ +--- libannex/Makefile.orig Tue Oct 1 12:46:00 1996 ++++ libannex/Makefile Thu Sep 18 20:10:32 2003 +@@ -29,6 +29,10 @@ + # REVISION: $Revision: 1.12 $ + # + ++CFLAGS += -I../inc ++ ++LIBANX_O = bcopy.o dup2.o erpc_subr.o srpc.o hostname.o in_cksum.o inet.o ip_layer.o sendrecv.o slip_layer.o socket_layer.o udp_layer.o api_if.o asn1.o conv.o proctitle.o random.o servname.o ++ + LIBANX_OT = ${LIBANX_O} . + + GFLG = |