Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 1997/05/06 20:46:22 gwr Exp $ 2# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp 3 4.PATH.c: ${.CURDIR}/../mrouted 5CFLAGS+= -I${.CURDIR}/../mrouted 6 7PROG= map-mbone 8SRCS= igmp.c inet.c kern.c mapper.c 9MAN= map-mbone.8 10 11.include <bsd.prog.mk> 12