diff options
author | wollman <wollman@FreeBSD.org> | 1995-03-31 21:16:59 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-03-31 21:16:59 +0000 |
commit | e40a5c23d7a2d4f84313018d946f76aa948b6418 (patch) | |
tree | acc660a9b83c24a822cbda97487d40178651452f /usr.sbin/mrouted/mrinfo | |
parent | bf8676024d1e905eb292b55251488c727d4a9f66 (diff) | |
download | FreeBSD-src-e40a5c23d7a2d4f84313018d946f76aa948b6418.zip FreeBSD-src-e40a5c23d7a2d4f84313018d946f76aa948b6418.tar.gz |
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>
Diffstat (limited to 'usr.sbin/mrouted/mrinfo')
-rw-r--r-- | usr.sbin/mrouted/mrinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile index bc444ac..a546464 100644 --- a/usr.sbin/mrouted/mrinfo/Makefile +++ b/usr.sbin/mrouted/mrinfo/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1994/09/08 02:51:34 wollman Exp $ PROG= mrinfo @@ -15,6 +15,6 @@ DPADD+= $S/common/libmrouted.a .endif SRCS= mrinfo.c -NOMAN= +MAN8= ${.CURDIR}/../mrinfo.8 .include <bsd.prog.mk> |