NetBSD/usr.sbin/mrouted/map-mbone/Makefile

13 lines
278 B
Makefile

# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
# $Id: Makefile,v 1.2 1994/01/14 19:44:50 cgd Exp $
.PATH: ${.CURDIR}/..
CFLAGS+= -I${.CURDIR}/..
PROG= map-mbone
SRCS= igmp.c inet.c kern.c mapper.c
NOMAN= noman
.include "../../Makefile.inc"
.include <bsd.prog.mk>