1 # $NetBSD: Makefile,v 1.2.40.1 2011/02/08 16:20:12 bouyer Exp $ 2 3 .include <bsd.own.mk> 4 5 RUMPPRG= sockstat 6 7 .PATH: ${.CURDIR}/../../lib/libc/gen 8 CPPFLAGS+= -DRUMP_ACTION 9 RUMPSRCS+= sysctlgetmibinfo.c sysctlnametomib.c 10 11 .if (${USE_INET6} != "no") 12 CPPFLAGS+=-DINET6 13 .endif 14 15 .include <bsd.prog.mk> 16