diff options
author | 2015-02-05 09:40:33 +0000 | |
---|---|---|
committer | 2015-02-05 09:40:33 +0000 | |
commit | 8f1597328c187ebbc20c9bd9fe03ac194c527100 (patch) | |
tree | 7f6c35c275e220c152b2b3803a5830a79701ea73 | |
parent | start documenting routing tables and routing domains (diff) | |
download | wireguard-openbsd-8f1597328c187ebbc20c9bd9fe03ac194c527100.tar.xz wireguard-openbsd-8f1597328c187ebbc20c9bd9fe03ac194c527100.zip |
unbreak the tree, oups
-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 |