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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
mit
/
xorg
/
include
/
xf86bigfontproto
/
Makefile
blob
f32455cd7d3a26af8f0a83d089837332bb223f08
1
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.PATH
: ${
X11SRCDIR.xf86bigfontproto
}
6
7
INCS
=
xf86bigfont.h \
8
xf86bigfstr.h \
9
xf86bigfproto.h
10
11
INCSDIR
=${
X11INCDIR
}/
X11
/
extensions
12
13
NOOBJ
=
# defined
14
15
PKGCONFIG
=
xf86bigfontproto
16
17
.
include
<
bsd.x11.mk
>
18
.
include
<
bsd.prog.mk
>