diff options
author | 2005-04-15 08:02:12 +0000 | |
---|---|---|
committer | 2005-04-15 08:02:12 +0000 | |
commit | b5971a0aa7fe573ff35a5c405e00d0ec6252683e (patch) | |
tree | b3832af55fbde633cb43b3691dc88ac56e6e269c | |
parent | add `enable packet forwarding' to initial summary; (diff) | |
download | wireguard-openbsd-b5971a0aa7fe573ff35a5c405e00d0ec6252683e.tar.xz wireguard-openbsd-b5971a0aa7fe573ff35a5c405e00d0ec6252683e.zip |
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 |