1 2.include <src.opts.mk> 3 4PROG= ifmcstat 5SRCS= ifmcstat.c printb.c 6 7MAN= ifmcstat.8 8BINMODE= 555 9 10WARNS?= 2 11 12.if ${MK_INET6_SUPPORT} != "no" 13CFLAGS+=-DINET6 14.endif 15 16.include <bsd.prog.mk> 17