Add some missing manual page links.

This commit is contained in:
Mike Pritchard 1996-02-02 17:48:46 +00:00
parent 4cf6236007
commit 5ea43fd200
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13849
5 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,7 @@ MAN6= canfield.6
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
MLINKS= canfield.6 cfscores.6
.include "../../Makefile.inc"

View File

@ -6,6 +6,7 @@ MAN6= snake.6
DPADD= ${LIBM} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lm -ltermcap -lcompat
HIDEGAME=hidegame
MLINKS= snake.6 snscore.6
.include "../../Makefile.inc"
.include <bsd.prog.mk>

View File

@ -21,3 +21,4 @@ MAN3+= rpc/bindresvport.3 rpc/getrpcent.3 rpc/getrpcport.3 rpc/rpc.3
MAN5+= rpc/rpc.5
MAN8+= rpc/rstat_svc.8
MLINKS+=getrpcent.3 getrpcbyname.3 getrpcent.3 getrpcbynumber.3

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.1 1994/09/13 03:50:55 wollman Exp $
# Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
.PATH: ${.CURDIR}/stdtime
@ -8,3 +8,4 @@ MAN3+= stdtime/ctime.3 stdtime/strftime.3 stdtime/time2posix.3
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
ctime.3 localtime.3 ctime.3 mktime.3
MLINKS+=time2posix.3 posix2time.3

View File

@ -1,5 +1,5 @@
# bootpd/Makefile
# $Id: Makefile,v 1.3 1995/07/25 23:38:40 wpaul Exp $
# $Id: Makefile,v 1.4 1996/01/23 01:57:58 pst Exp $
PROG= bootpd
CFLAGS+= -DETC_ETHERS
@ -12,5 +12,6 @@ SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \
MAN5= bootptab.5
MAN8= bootpd.8
MLINKS= bootpd.8 bootpgw.8
.include <bsd.prog.mk>