freebsd-dev/usr.sbin/ifmcstat/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
236 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
.include <src.opts.mk>
PROG= ifmcstat
SRCS= ifmcstat.c printb.c
MAN= ifmcstat.8
BINMODE= 555
WARNS?= 2
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
.endif
.include <bsd.prog.mk>