mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Link some man pages from man*/i386/xxx to man*/xxx so that you
can actually look at them.
This commit is contained in:
parent
98f63eb3d2
commit
7cdd64468f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13976
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user