Fixed manual page names from .0 to .8.

This commit is contained in:
Rodney W. Grimes 1993-08-06 23:38:29 +00:00
parent fdb2069e27
commit f1d678eac9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Makefile for uucico
# $Id: Makefile,v 1.2 1993/08/05 16:15:06 jtc Exp $
# $Id: Makefile,v 1.1 1993/08/05 18:27:08 conklin Exp $
BINDIR= $(sbindir)
BINOWN= $(owner)
@ -14,7 +14,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
-DVERSION=\"$(VERSION)\"
MAN8= uucico.0
MAN8= uucico.8
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources

View File

@ -1,5 +1,5 @@
# Makefile for uuxqt
# $Id: Makefile,v 1.2 1993/08/05 16:15:28 jtc Exp $
# $Id: Makefile,v 1.1 1993/08/05 18:28:24 conklin Exp $
BINDIR= $(sbindir)
BINOWN= $(owner)
@ -12,7 +12,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
-DVERSION=\"$(VERSION)\"
MAN8= uuxqt.0
MAN8= uuxqt.8
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources