diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-11 01:46:41 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-11 01:46:41 +0000 |
commit | 8fd9bc3d00833d86814c95e730afaa3313c5fbc1 (patch) | |
tree | 33e54fc29a99751859bc7a41ff7a0ed40defcd46 /usr.sbin/amd | |
parent | c2d34a8a21055f475541545c8d7455c8a22f51af (diff) | |
download | FreeBSD-src-8fd9bc3d00833d86814c95e730afaa3313c5fbc1.zip FreeBSD-src-8fd9bc3d00833d86814c95e730afaa3313c5fbc1.tar.gz |
Correct and add proper man page extents.
Submitted by: jkh
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/amq/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/amd/fsinfo/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/amd/mk-amd-map/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile index 8b5ff99..f0618ae 100644 --- a/usr.sbin/amd/amq/Makefile +++ b/usr.sbin/amd/amq/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG = amq +MAN8 = amq.8 SRCS = amq.c amq_clnt.c amq_xdr.c misc_rpc.c CFLAGS+=-I${.CURDIR}/../include CFLAGS+=-I${.CURDIR}/../rpcx diff --git a/usr.sbin/amd/fsinfo/Makefile b/usr.sbin/amd/fsinfo/Makefile index 50f4642..2ae9344 100644 --- a/usr.sbin/amd/fsinfo/Makefile +++ b/usr.sbin/amd/fsinfo/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/28/93 PROG= fsinfo -MAN8= fsinfo.0 +MAN8= fsinfo.8 SRCS= fsinfo.c fsi_gram.c fsi_lex.c \ fsi_util.c fsi_analyze.c fsi_dict.c \ wr_atab.c wr_bparam.c wr_dumpset.c \ diff --git a/usr.sbin/amd/mk-amd-map/Makefile b/usr.sbin/amd/mk-amd-map/Makefile index 6db921a..52c2a49 100644 --- a/usr.sbin/amd/mk-amd-map/Makefile +++ b/usr.sbin/amd/mk-amd-map/Makefile @@ -5,7 +5,7 @@ CFLAGS+=-I${.CURDIR}/../include CFLAGS+=-I${.CURDIR}/../rpcx CFLAGS+=-I${.CURDIR}/../config CFLAGS+=-DOS_HDR=\"os-bsd44.h\" -MAN8= mk-amd-map.0 +MAN8= mk-amd-map.8 .include "../../Makefile.inc" .include <bsd.prog.mk> |