diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-04-15 08:02:13 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-04-15 08:02:13 +0000 |
commit | 87850764bb17706e8e4b3953e4be4d7f37626f08 (patch) | |
tree | da22f2cbe992c145e2a5f8cc6de56c91723abd1a | |
parent | 5803d5e5990eb05a38b0cf94dd1ccc150ad12957 (diff) |
i forgot to hook zaudio and pxadmac up to the build.
pointed out by deraadt@
-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 fdfd130675a..ea566b2bde3 100644 --- a/share/man/man4/man4.zaurus/Makefile +++ b/share/man/man4/man4.zaurus/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2005/03/15 11:29:43 dlg Exp $ +# $OpenBSD: Makefile,v 1.7 2005/04/15 08:02:12 dlg Exp $ # TODO: aupxa(eventually) cpu -MAN= apm.4 autoconf.4 intro.4 lcd.4 mem.4 \ +MAN= apm.4 autoconf.4 intro.4 lcd.4 mem.4 pxadmac.4 \ pxagpio.4 pxaintc.4 pxaip.4 pxapcic.4 pxaudc.4 saost.4 scoop.4 \ - zkbd.4 zssp.4 + zaudio.4 zkbd.4 zssp.4 MLINKS+= mem.4 kmem.4 MANSUBDIR=zaurus |