summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-11 09:57:32 +0000
committerru <ru@FreeBSD.org>2005-11-11 09:57:32 +0000
commit61c0ca0abb146b3965f3b99a542bd310c599ee00 (patch)
tree655b865ee787feb1738baa0b0344fac767b143b6 /share/man/man4/Makefile
parent1e312e1197fb6399949da259dfd37b5d126257aa (diff)
downloadFreeBSD-src-61c0ca0abb146b3965f3b99a542bd310c599ee00.zip
FreeBSD-src-61c0ca0abb146b3965f3b99a542bd310c599ee00.tar.gz
Add /dev/speaker support to amd64.
The following repo-copies were made (by Mark Murray): sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index b22b7ed..d6e0d3d 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -301,6 +301,7 @@ MAN= aac.4 \
snd_vibes.4 \
snp.4 \
spic.4 \
+ ${_spkr.4} \
splash.4 \
sppp.4 \
ste.4 \
@@ -461,6 +462,7 @@ MLINKS+=sk.4 if_sk.4
MLINKS+=sl.4 if_sl.4
MLINKS+=smp.4 SMP.4
MLINKS+=sn.4 if_sn.4
+MLINKS+=${_spkr.4} ${_speaker.4}
MLINKS+=splash.4 screensaver.4
MLINKS+=ste.4 if_ste.4
MLINKS+=stf.4 if_stf.4
@@ -484,8 +486,10 @@ MLINKS+=xe.4 if_xe.4
MLINKS+=xl.4 if_xl.4
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
-_nve.4= nve.4
_if_nve.4= if_nve.4
+_nve.4= nve.4
+_spkr.4= spkr.4
+_speaker.4= speaker.4
.endif
.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
OpenPOWER on IntegriCloud