]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/ifmcstat/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / ifmcstat / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   ifmcstat
7 MAN=    ifmcstat.8
8 BINMODE= 550
9
10 WARNS?= 2
11
12 .if ${MK_INET6_SUPPORT} != "no"
13 CFLAGS+=-DINET6
14 .endif
15
16 .if ${MK_KVM_SUPPORT} != "no"
17 CFLAGS+=-DWITH_KVM
18 DPADD=  ${LIBKVM}
19 LDADD=  -lkvm
20 .endif
21
22 .include <bsd.prog.mk>