diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-15 11:29:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-15 11:29:44 +0000 |
commit | 9915109a82f18134cbc6df191b661a83ab54252c (patch) | |
tree | fabdc127b4a54289555b62243a0fa33aafc757ec | |
parent | c5ceb0b1b8a9314ee74fbc771cbc19e54a4ced0a (diff) |
hook pxaudc up to the build
ok jmc@
-rw-r--r-- | share/man/man4/man4.zaurus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.zaurus/Makefile b/share/man/man4/man4.zaurus/Makefile index c0fab0f5822..fdfd130675a 100644 --- a/share/man/man4/man4.zaurus/Makefile +++ b/share/man/man4/man4.zaurus/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2005/03/03 17:11:24 uwe Exp $ +# $OpenBSD: Makefile,v 1.6 2005/03/15 11:29:43 dlg Exp $ # TODO: aupxa(eventually) cpu MAN= apm.4 autoconf.4 intro.4 lcd.4 mem.4 \ - pxagpio.4 pxaintc.4 pxaip.4 pxapcic.4 saost.4 scoop.4 zkbd.4 \ - zssp.4 + pxagpio.4 pxaintc.4 pxaip.4 pxapcic.4 pxaudc.4 saost.4 scoop.4 \ + zkbd.4 zssp.4 MLINKS+= mem.4 kmem.4 MANSUBDIR=zaurus |