diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 1999-11-20 11:19:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 1999-11-20 11:19:00 +0000 |
commit | 941375531642d071733eb1e0448b075182c301fa (patch) | |
tree | 923be92c5d8b0a8d2afc83767f6cf8c0a83a5f31 /share/man/man4/man4.i386 | |
parent | 100c78df16f1a855aebc02c646996cdaaa22f580 (diff) |
add MTRR support from FreeBSD
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 43a4110ac87..2f1943bca90 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 1999/08/04 22:09:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.30 1999/11/20 11:18:59 matthieu Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ MAN= intro.4 aha.4 ahb.4 aic.4 apm.4 aria.4 ast.4 autoconf.4 bktr.4 boca.4 -MAN+= bt.4 com.4 cy.4 fdc.4 iy.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 +MAN+= bt.4 com.4 cy.4 fdc.4 iy.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 mtrr.4 MAN+= npx.4 pctr.4 pms.4 rtfps.4 scd.4 sea.4 speaker.4 uha.4 wdc.4 wdt.4 MAN+= eg.4 el.4 ie.4 joy.4 le.4 wt.4 MAN+= gus.4 pss.4 sb.4 wi.4 wss.4 xe.4 |