1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net-mgmt/annextools/files/patch-netadm::Makefile
Bruce M Simpson 94886678c1 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)
2003-09-25 19:49:31 +00:00

20 lines
495 B
Plaintext

--- netadm/Makefile.orig Wed May 15 15:37:44 1996
+++ netadm/Makefile Thu Sep 18 20:10:32 2003
@@ -28,6 +28,8 @@
# REVISION: $Revision: 1.24 $
#
+CFLAGS += -I../inc
+
OFILES = boot.o reset_all.o reset_line.o set_inet_add.o \
read_memory.o get_da_param.o set_da_param.o get_ln_param.o \
set_ln_param.o broadcast.o get_anx_rev.o get_anx_opt.o \
@@ -73,6 +75,7 @@
netadm.a: ${OFILES}
${AR} ${ARFLAGS} netadm.a $(OFILES)
${RANLIB} netadm.a
+ cp netadm.a libnetadm.a
install: all