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
/
server
/
xorg-server
/
afb
/
Makefile
blob
b86298e5dba7ad5e7516d47be1973bec3c1541d6
1
# $NetBSD: Makefile,v 1.1 2008/08/02 20:41:29 mrg Exp $
2
3
.
include
"../Makefile.serverlib"
4
5
.if
${
MKX11LOADABLE
} !=
"no"
6
XMODULEDIR
= ${
X11USRLIBDIR
}/
modules
/
extensions
7
SRCS
=
afbmodule.c
8
.
endif
9
10
.
include
"../Makefile.servermod"
11
.
include
"Makefile.afb"