NetBSD/gnu/usr.sbin/mrinfo/Makefile

16 lines
374 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 2002/10/01 03:50:12 itojun Exp $
1995-06-01 09:19:10 +04:00
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
2002-10-01 07:40:31 +04:00
.include <bsd.own.mk>
.PATH: ${NETBSDSRCDIR}/gnu/dist/mrinfo ${NETBSDSRCDIR}/gnu/dist/mrouted
2002-10-01 07:40:31 +04:00
CPPFLAGS+= -I${NETBSDSRCDIR}/gnu/dist/mrouted
1995-06-01 09:19:10 +04:00
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>