diff options
| author | Charlie Root <root@FreeBSD.org> | 1993-07-02 04:54:10 +0000 |
|---|---|---|
| committer | Charlie Root <root@FreeBSD.org> | 1993-07-02 04:54:10 +0000 |
| commit | 845c052a41e0754fe577578cb3eca182f40b5fc9 (patch) | |
| tree | c90b7fbc446933b024242aa6f35b4249f3439e5b /gnu | |
| parent | ed68e4229d3859f98c6584443ff24f9ca74b4eca (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/awk/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/cvs/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gzip/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/rcs/rcs/Makefile | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index fdca82c4482e..3ef9894d175d 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -7,7 +7,7 @@ LDADD= -lm DPADD= ${LIBM} CLEANFILES+= awk.c y.tab.h -MAN1= awk.0 +MAN1= awk.1 .include <bsd.prog.mk> .include "../../usr.bin/Makefile.inc" diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index fe59b195e032..fac7437c0b81 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -1,6 +1,6 @@ PROG= bc SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c -MAN1= bc.0 +MAN1= bc.1 CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR) .include <bsd.prog.mk> diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index a578b466c749..3f53af54529c 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -11,8 +11,8 @@ import.c lock.c log.c logmsg.c main.c rcs.c modules.c \ no_diff.c parseinfo.c patch.c recurse.c release.c remove.c repos.c rtag.c \ status.c tag.c update.c vers_ts.c version.c -MAN1= cvs.0 -MAN5= cvs.0 +MAN1= cvs.1 +MAN5= cvs.5 .include <bsd.prog.mk> .include "../../Makefile.inc" diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index 4ac6acb6b3aa..7a5d3036eab4 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -3,7 +3,7 @@ PROG= gzip SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \ crypt.c lzw.c unlzw.c unlzh.c unpack.c getopt.c match.S -MAN1= gzexe.0 gzip.0 zdiff.0 zforce.0 zmore.0 znew.0 +MAN1= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1 CFLAGS+=-DASMV -DHAVE_UNISTD_H=1 -DDIRENT=1 MLINKS= gzip.1 gunzip.1 gzip.1 zcat.1 gzip.1 gzcat.1 LINKS+= ${DESTDIR}${BINDIR}/gzip ${DESTDIR}${BINDIR}/gunzip diff --git a/gnu/usr.bin/rcs/rcs/Makefile b/gnu/usr.bin/rcs/rcs/Makefile index b96e0b25ca70..802575d13e0d 100644 --- a/gnu/usr.bin/rcs/rcs/Makefile +++ b/gnu/usr.bin/rcs/rcs/Makefile @@ -4,7 +4,7 @@ SRCS= rcs.c LDADD= -L${.CURDIR}/../lib/${.CURDIR} -lrcs CFLAGS+= -I${.CURDIR}/../lib -MAN1= rcs.0 rcsintro.0 -MAN5= rcsfile.0 +MAN1= rcs.1 rcsintro.1 +MAN5= rcsfile.5 .include <bsd.prog.mk> |
