freebsd-dev/usr.sbin/mrouted/mrinfo/Makefile
Garrett Wollman 94036a8cf0 Fix paths of dump files and PID file.
Added man pages for mrinfo and map-mbone.
Rewrote all man pages to use mdoc(7).

Submitted by:	Mark Tinguely <tinguely@plains.NoDak.edu>
1995-03-31 21:16:59 +00:00

21 lines
358 B
Makefile

# $Id: Makefile,v 1.1 1994/09/08 02:51:34 wollman Exp $
PROG= mrinfo
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
LDADD+= -lmrouted
.if exists($S/common/obj)
LDDESTDIR+= -L$S/common/obj
DPADD+= $S/common/obj/libmrouted.a
.else
LDDESTDIR+= -L$S/common
DPADD+= $S/common/libmrouted.a
.endif
SRCS= mrinfo.c
MAN8= ${.CURDIR}/../mrinfo.8
.include <bsd.prog.mk>