repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libarch
/
x86_64
/
Makefile.inc
blob
ef580aa98ef866f881840626af9db4151248afe5
1
# $NetBSD: Makefile.inc,v 1.3 2008/10/26 07:05:33 mrg Exp $
2
3
MLIBDIR?= none
4
5
.if (${MACHINE_ARCH} == "x86_64" && ${MLIBDIR} != "i386")
6
SRCS+= x86_64_mtrr.c x86_64_iopl.c
7
.endif
8
9
MAN+= x86_64_get_mtrr.2 x86_64_iopl.2
10
11
MLINKS+=x86_64_get_mtrr.2 x86_64_set_mtrr.2