[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

File: [local] / src / usr.bin / netstat / Makefile (download)

Revision 1.15, Tue Apr 12 14:11:49 2005 UTC (19 years, 2 months ago) by reyk
Branch: MAIN
Changes since 1.14: +2 -2 lines

add '-W interface' for 802.11 wireless statistics of the net80211 stack.

ok dlg@ deraadt@ jmc@

#	$OpenBSD: Makefile,v 1.15 2005/04/12 14:11:49 reyk Exp $

PROG=	netstat
SRCS=	if.c inet.c inet6.c ipx.c main.c mbuf.c mroute.c ns.c route.c \
	unix.c atalk.c mroute6.c net80211.c
BINGRP=	kmem
BINMODE=2555
LDADD=	-lkvm
DPADD=	${LIBKVM}
INET6?=	yes

.if (${INET6} != "no")
CPPFLAGS+=	-DINET6
.endif

.include <bsd.prog.mk>