Link some man pages from man*/i386/xxx to man*/xxx so that you

can actually look at them.
This commit is contained in:
Mike Pritchard 1996-02-08 20:32:45 +00:00
parent 98f63eb3d2
commit 7cdd64468f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13976
3 changed files with 5 additions and 4 deletions

View File

@ -19,6 +19,7 @@ MLINKS+= dgb.4 ../dgb.4
MLINKS+= ed.4 ../ed.4
MLINKS+= fdc.4 ../fdc.4
MLINKS+= fe.4 ../fe.4
MLINKS+= gsc.4 ../gsc.4
MLINKS+= ie.4 ../ie.4
MLINKS+= io.4 ../io.4
MLINKS+= joy.4 ../joy.4

View File

@ -1,8 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN8= MAKEDEV.8
MAN8= MAKEDEV.8 crash.8
MANSUBDIR=/i386
MLINKS= MAKEDEV.8 ../MAKEDEV.8
MLINKS= MAKEDEV.8 ../MAKEDEV.8 crash.8 ../crash.8
.include <bsd.prog.mk>

View File

@ -1,8 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN8= MAKEDEV.8
MAN8= MAKEDEV.8 crash.8
MANSUBDIR=/i386
MLINKS= MAKEDEV.8 ../MAKEDEV.8
MLINKS= MAKEDEV.8 ../MAKEDEV.8 crash.8 ../crash.8
.include <bsd.prog.mk>