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