summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/Makefile
blob: a68e2c5d292df9cd439839ed2386243c7efb15f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	@(#)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

CFLAGS+=-I/sys # -g
#.PATH:	${.CURDIR}/../../sys/netiso
BINGRP=	kmem
BINMODE=2555
LDADD=	-lkvm -lipx
DPADD=	${LIBKVM}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud