xref: /netbsd-src/usr.bin/sockstat/Makefile (revision f8c23a2b94243924f9b7311eb0ad24bf23d5c657)
1#	$NetBSD: Makefile,v 1.3 2011/01/28 18:52:49 pooka Exp $
2
3.include <bsd.own.mk>
4
5RUMPPRG=	sockstat
6
7.PATH:  ${.CURDIR}/../../lib/libc/gen
8CPPFLAGS+= -DRUMP_ACTION
9RUMPSRCS+=	sysctlgetmibinfo.c sysctlnametomib.c
10
11.if (${USE_INET6} != "no")
12CPPFLAGS+=-DINET6
13.endif
14
15.include <bsd.prog.mk>
16