xref: /netbsd-src/usr.bin/sockstat/Makefile (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
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