1#	$NetBSD: Makefile,v 1.2 2005/08/10 20:32:57 rpaulo 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