12 lines
274 B
Makefile
12 lines
274 B
Makefile
# $NetBSD: Makefile,v 1.3 1997/05/06 20:46:22 gwr Exp $
|
|
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
|
|
|
|
.PATH.c: ${.CURDIR}/../mrouted
|
|
CFLAGS+= -I${.CURDIR}/../mrouted
|
|
|
|
PROG= map-mbone
|
|
SRCS= igmp.c inet.c kern.c mapper.c
|
|
MAN= map-mbone.8
|
|
|
|
.include <bsd.prog.mk>
|