summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/Makefile
blob: 6746ace2ec470359581db948e44761d8139ecd69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile	8.1 (Berkeley) 6/12/93

PROG=	netstat
SRCS=	if.c inet.c iso.c main.c mbuf.c mroute.c ipx.c ns.c route.c \
	tp_astring.c unix.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