NetBSD/usr.sbin/mrinfo/Makefile

14 lines
296 B
Makefile
Raw Normal View History

1995-10-04 02:16:47 +03:00
# $NetBSD: Makefile,v 1.3 1995/10/03 23:20:30 thorpej Exp $
1995-06-01 09:19:10 +04: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 06:54:30 +04:00
BINOWN= root
BINMODE=4555
1995-06-01 09:19:10 +04:00
.include <bsd.prog.mk>