diff options
author | julian <julian@FreeBSD.org> | 1995-10-27 10:48:31 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1995-10-27 10:48:31 +0000 |
commit | 2494489f353737a9a0a0dfb412b041a447f76aa2 (patch) | |
tree | 79f62b7e310d8aaa41586909ba37d7589857ad4e /usr.bin/netstat/Makefile | |
parent | 097421f540c5e463d5555f21dda599c749369da8 (diff) | |
download | FreeBSD-src-2494489f353737a9a0a0dfb412b041a447f76aa2.zip FreeBSD-src-2494489f353737a9a0a0dfb412b041a447f76aa2.tar.gz |
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) :)
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r-- | usr.bin/netstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk> |