diff options
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 68c2a2a8fa1..66169494b80 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.589 2015/02/05 08:58:10 phessler Exp $ +# $OpenBSD: Makefile,v 1.590 2015/02/05 09:40:33 phessler Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -86,7 +86,7 @@ MLINKS+=pcmcia.4 pcic.4 MLINKS+=pty.4 ptm.4 MLINKS+=random.4 arandom.4 MLINKS+=random.4 srandom.4 random.4 urandom.4 -MLINKS+=rdomain4 rtable.4 +MLINKS+=rdomain.4 rtable.4 MLINKS+=scsi.4 scsibus.4 MLINKS+=sk.4 skc.4 msk.4 mskc.4 MLINKS+=speaker.4 spkr.4 |