diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 12:59:14 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 12:59:14 +0000 |
commit | 3ddb4d6c8cf3c006c247e2b0d526b7957276bbde (patch) | |
tree | 2e6c28625ffbcf74112eecded00ab544e2843c8b /share | |
parent | bea8d7fa4af55754269b8fc4c55a0bbeb88fa938 (diff) |
add apm
Diffstat (limited to 'share')
-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 |