]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ifmcstat/Makefile
bhyvectl(8): Normalize the man page date
[FreeBSD/FreeBSD.git] / usr.sbin / ifmcstat / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   ifmcstat
7 SRCS=   ifmcstat.c printb.c
8
9 MAN=    ifmcstat.8
10 BINMODE= 555
11
12 WARNS?= 2
13
14 .if ${MK_INET6_SUPPORT} != "no"
15 CFLAGS+=-DINET6
16 .endif
17
18 .include <bsd.prog.mk>