summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-06-08 00:20:42 +0000
committerjulian <julian@FreeBSD.org>1996-06-08 00:20:42 +0000
commit989c61cbbb3c500504ffb558fb497e4b70ff59b1 (patch)
tree45ed63a14729366d63c6bb7dcff00c650f3bcd8e /usr.bin/netstat/Makefile
parent996a2d831474ffd06649ca53d5c694a5e78ace35 (diff)
downloadFreeBSD-src-989c61cbbb3c500504ffb558fb497e4b70ff59b1.zip
FreeBSD-src-989c61cbbb3c500504ffb558fb497e4b70ff59b1.tar.gz
patches to allow netstat to monitor appletalk sockets openned using the
/sys/netatalk protocol stack more cleanups and fixes are likely
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r--usr.bin/netstat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 45fa21e..a68e2c5 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -2,7 +2,8 @@
PROG= netstat
SRCS= if.c inet.c main.c mbuf.c mroute.c ipx.c route.c \
- unix.c # iso.c ns.c tp_astring.c
+ unix.c atalk.c # iso.c ns.c tp_astring.c
+
CFLAGS+=-I/sys # -g
#.PATH: ${.CURDIR}/../../sys/netiso
BINGRP= kmem
OpenPOWER on IntegriCloud