summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r--usr.bin/netstat/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 280a34f..3c8092a 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -1,14 +1,16 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/12/93
PROG= netstat
SRCS= if.c inet.c main.c mbuf.c mroute.c ipx.c route.c \
- unix.c atalk.c # iso.c ns.c tp_astring.c
+ unix.c atalk.c netgraph.c # iso.c ns.c tp_astring.c
+CFLAGS+=-Wall
#CFLAGS+=-g
#.PATH: ${.CURDIR}/../../sys/netiso
BINGRP= kmem
BINMODE=2555
-DPADD= ${LIBKVM} ${LIBIPX}
-LDADD= -lkvm -lipx
+DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH}
+LDADD= -lkvm -lipx -lnetgraph
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud