14 lines
296 B
Makefile
Raw Normal View History

1995-10-03 23:16:47 +00:00
# $NetBSD: Makefile,v 1.3 1995/10/03 23:20:30 thorpej Exp $
1995-06-01 05:19:10 +00:00
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
.PATH: ${.CURDIR}/../mrouted
CFLAGS+= -I${.CURDIR}/../mrouted
PROG= mrinfo
SRCS= igmp.c inet.c kern.c mrinfo.c
MAN= mrinfo.8
1995-08-13 02:54:30 +00:00
BINOWN= root
BINMODE=4555
1995-06-01 05:19:10 +00:00
.include <bsd.prog.mk>