From 989c61cbbb3c500504ffb558fb497e4b70ff59b1 Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 8 Jun 1996 00:20:42 +0000 Subject: patches to allow netstat to monitor appletalk sockets openned using the /sys/netatalk protocol stack more cleanups and fixes are likely --- usr.bin/netstat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/netstat/Makefile') 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 -- cgit v1.1