diff options
| author | cgd <cgd@NetBSD.org> | 1994-12-22 09:31:26 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-12-22 09:31:26 +0000 |
| commit | c4c01d75b2798c0b0d9625eb189ac07296c7d013 (patch) | |
| tree | df4420a5547b554669fbc1c9226cb1c90d29be6b /gnu/libexec | |
| parent | b32916a5d581d02b86c8fa4f9801d67cbc9b9a7c (diff) | |
specify man pages the new way.
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/uucico/Makefile | 4 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuxqt/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/libexec/uucp/uucico/Makefile b/gnu/libexec/uucp/uucico/Makefile index 89e1ddf74f8..3110065233e 100644 --- a/gnu/libexec/uucp/uucico/Makefile +++ b/gnu/libexec/uucp/uucico/Makefile @@ -1,5 +1,5 @@ # Makefile for uucico -# $Id: Makefile,v 1.3 1994/10/24 22:27:09 jtc Exp $ +# $Id: Makefile,v 1.4 1994/12/22 09:32:23 cgd Exp $ BINDIR= $(sbindir) BINOWN= $(owner) @@ -15,7 +15,7 @@ CFLAGS+= -I$(.CURDIR)/../common_sources\ -DOWNER=\"$(owner)\" \ -DVERSION=\"$(VERSION)\" -MAN8= uucico.0 +MAN= uucico.8 .include <bsd.prog.mk> .PATH: $(.CURDIR)/../common_sources diff --git a/gnu/libexec/uucp/uuxqt/Makefile b/gnu/libexec/uucp/uuxqt/Makefile index 949c19c1b10..02750d7f2b0 100644 --- a/gnu/libexec/uucp/uuxqt/Makefile +++ b/gnu/libexec/uucp/uuxqt/Makefile @@ -1,5 +1,5 @@ # Makefile for uuxqt -# $Id: Makefile,v 1.3 1994/10/24 22:30:26 jtc Exp $ +# $Id: Makefile,v 1.4 1994/12/22 09:32:33 cgd Exp $ BINDIR= $(sbindir) BINOWN= $(owner) @@ -13,7 +13,7 @@ CFLAGS+= -I$(.CURDIR)/../common_sources \ -DOWNER=\"$(owner)\" \ -DVERSION=\"$(VERSION)\" -MAN8= uuxqt.0 +MAN= uuxqt.8 .include <bsd.prog.mk> .PATH: $(.CURDIR)/../common_sources |
