summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ifmcstat/Makefile
blob: 8324a0b92c879a5d6a34c0d55af99ac8942dd95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	@(#)Makefile	8.1 (Berkeley) 6/5/93
# $FreeBSD$

PROG=	ifmcstat
MAN=	ifmcstat.8
BINMODE= 550

WARNS?=	2

.if !defined(MK_INET6_SUPPORT) || ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
.endif

DPADD=	${LIBKVM}
LDADD=	-lkvm

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud