diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-04 22:09:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-04 22:09:53 +0000 |
commit | 89a308be08c14b3df3e6268e034d6e493aacaab3 (patch) | |
tree | 696bfc5b69905def0ed83a0d651afe9e8c9d9c0d /share/man/man4 | |
parent | e6055b3998973c79de96fc8a6d8ab6d87d281cc7 (diff) |
alias for speaker
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 2b83289b0f7..43a4110ac87 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 1999/07/23 22:19:43 niklas Exp $ +# $OpenBSD: Makefile,v 1.29 1999/08/04 22:09:52 deraadt Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -9,7 +9,8 @@ MAN+= eg.4 el.4 ie.4 joy.4 le.4 wt.4 MAN+= gus.4 pss.4 sb.4 wi.4 wss.4 xe.4 MAN+= xf86.4 -MLINKS= mem.4 kmem.4 +MLINKS+= speaker.4 spkr.4 +MLINKS+= mem.4 kmem.4 MLINKS+= pms.4 psm.4 MLINKS+= com.4 pccom.4 MANSUBDIR=/i386 |