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