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 up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
x11
/
Xserver
/
hw
/
xfree86
/
bin
/
Makefile
blob
e5a41baf588fe817ee2597aadfd3ea4074ee76a1
1
# $NetBSD: Makefile,v 1.4 2005/03/24 05:27:18 rtr Exp $
2
3
SUBDIR
=
xf86config xf86cfg kbd_mode scanpci pcitweak mmapr mmapw gtf
4
5
.if
${
MACHINE_ARCH
} ==
"i386"
||
${
MACHINE_ARCH
} ==
"x86_64"
6
SUBDIR
+=
ioport
7
.
endif
8
9
XTODO
=
matchagp
10
11
.
include
<
bsd.subdir.mk
>