14 lines
319 B
Makefile
14 lines
319 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/03/05 21:55:51 wiz Exp $
|
|
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${NETBSDSRCDIR}/usr.sbin/mrouted
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mrouted
|
|
|
|
PROG= map-mbone
|
|
SRCS= igmp.c inet.c kern.c mapper.c
|
|
MAN= map-mbone.8
|
|
|
|
.include <bsd.prog.mk>
|