From 2494489f353737a9a0a0dfb412b041a447f76aa2 Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 27 Oct 1995 10:48:31 +0000 Subject: Submitted by: john hay patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :) --- usr.bin/netstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 1c34e30..6746ace 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -7,7 +7,7 @@ CFLAGS+=-I/sys # -g .PATH: ${.CURDIR}/../../sys/netiso BINGRP= kmem BINMODE=2555 -LDADD= -lkvm +LDADD= -lkvm -lipx DPADD= ${LIBKVM} .include -- cgit v1.1