NetBSD/usr.sbin/map-mbone/Makefile

12 lines
276 B
Makefile
Raw Normal View History

1997-10-25 10:57:53 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/25 06:58:20 lukem Exp $
1995-06-01 09:32:11 +04:00
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
.PATH: ${.CURDIR}/../mrouted
1997-10-25 10:57:53 +04:00
CPPFLAGS+= -I${.CURDIR}/../mrouted
1995-06-01 09:32:11 +04:00
PROG= map-mbone
SRCS= igmp.c inet.c kern.c mapper.c
MAN= map-mbone.8
.include <bsd.prog.mk>