mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
17 lines
224 B
Makefile
17 lines
224 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
.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>
|