diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2015-02-05 09:40:34 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2015-02-05 09:40:34 +0000 |
commit | 22b187f176749f46aa2273b30d4008901a6a2e26 (patch) | |
tree | 53ce128b13ea11723690a17e43b811a21368df0a /share | |
parent | 9c9afa8695b59c16fc23ce0777af62fbb7b02f7f (diff) |
unbreak the tree, oups
Diffstat (limited to 'share')
-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 |