2011-01-28 21:52:48 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2011/01/28 18:52:49 pooka Exp $
|
2005-08-11 00:32:57 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2005-03-09 08:20:05 +03:00
|
|
|
|
2011-01-28 21:52:48 +03:00
|
|
|
RUMPPRG= sockstat
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/gen
|
|
|
|
CPPFLAGS+= -DRUMP_ACTION
|
|
|
|
RUMPSRCS+= sysctlgetmibinfo.c sysctlnametomib.c
|
2005-03-09 08:20:05 +03:00
|
|
|
|
2005-08-11 00:32:57 +04:00
|
|
|
.if (${USE_INET6} != "no")
|
|
|
|
CPPFLAGS+=-DINET6
|
|
|
|
.endif
|
|
|
|
|
2005-03-09 08:20:05 +03:00
|
|
|
.include <bsd.prog.mk>
|