]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ifmcstat/Makefile
daemon(8): handle case of waitpid() returning without exited child
[FreeBSD/FreeBSD.git] / usr.sbin / ifmcstat / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   ifmcstat
5 SRCS=   ifmcstat.c printb.c
6
7 MAN=    ifmcstat.8
8 BINMODE= 555
9
10 WARNS?= 2
11
12 .if ${MK_INET6_SUPPORT} != "no"
13 CFLAGS+=-DINET6
14 .endif
15
16 .include <bsd.prog.mk>