repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
lib
/
fontconfig
/
etc
/
Makefile
blob
6f82e6734fc1ed34f64086ae3ebd6bae472ec6c1
1
# $NetBSD: Makefile,v 1.3 2009/09/07 21:07:03 mrg Exp $
2
3
SUBDIR
=
conf.d conf.avail
4
5
.
include
<
bsd.own.mk
>
6
7
.PATH
: ${
X11SRCDIR.fontconfig
}
8
CONFIGFILES
=
\
9
fonts.conf \
10
fonts.dtd
11
12
FILESDIR
=
\
13
/
etc
/
fonts
14
15
.
include
<
bsd.x11.mk
>
16
.
include
<
bsd.prog.mk
>
17
.
include
<
bsd.subdir.mk
>