[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / ifmcstat

File: [local] / src / usr.sbin / ifmcstat / Attic / Makefile (download)

Revision 1.1, Wed Dec 8 12:34:23 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7

add ifmcstat(8), a program to check multicast group status on interfaces.

PROG=	ifmcstat
MAN=	ifmcstat.8

BINGRP=	kmem
BINMODE=2555
LDADD=	-lkvm
DPADD=	${LIBKVM}

CPPFLAGS+=	-DINET6

.include <bsd.prog.mk>