NetBSD/usr.sbin/mtrace/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

15 lines
293 B
Makefile

# $NetBSD: Makefile,v 1.5 1997/05/08 21:12:32 gwr Exp $
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
.PATH: ${.CURDIR}/../mrouted
CFLAGS+= -I${.CURDIR}/../mrouted
PROG= mtrace
SRCS= igmp.c inet.c kern.c mtrace.c
MAN= mtrace.8
BINMODE=4555
BINOWN= root
.include <bsd.prog.mk>