Correct and add proper man page extents.

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-11 01:46:41 +00:00
parent c28e4c86c0
commit 2399a1589e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2027
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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>