diff options
author | 2007-11-28 12:59:13 +0000 | |
---|---|---|
committer | 2007-11-28 12:59:13 +0000 | |
commit | 49160ceb25c4fa724bb32caa9d3fdd8e9a9c86d7 (patch) | |
tree | 7a9912323661f4f0d6aa10722c744d10d3ebc3f6 | |
parent | first attempt to consolidate some of the apm/acpi documentation. (diff) | |
download | wireguard-openbsd-49160ceb25c4fa724bb32caa9d3fdd8e9a9c86d7.tar.xz wireguard-openbsd-49160ceb25c4fa724bb32caa9d3fdd8e9a9c86d7.zip |
add apm
-rw-r--r-- | share/man/man4/man4.amd64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.amd64/Makefile b/share/man/man4/man4.amd64/Makefile index 3c976056242..8b72940977d 100644 --- a/share/man/man4/man4.amd64/Makefile +++ b/share/man/man4/man4.amd64/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 2007/10/07 21:10:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2007/11/28 12:59:13 tedu Exp $ -MAN= amdpcib.4 autoconf.4 bios.4 cpu.4 intro.4 ioapic.4 mem.4 \ +MAN= amdpcib.4 apm.4 autoconf.4 bios.4 cpu.4 intro.4 ioapic.4 mem.4 \ nvram.4 pctr.4 MLINKS+= mem.4 kmem.4 |