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
/
bin
/
xcmsdb
/
Makefile
blob
740b3d500e02ad687263eb7fef0d451dfddb86c2
1
# $NetBSD: Makefile,v 1.3 2015/07/19 22:30:58 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xcmsdb
6
SRCS
=
xcmsdb.c loadData.c
7
8
LDADD
+= -
lX11
9
DPADD
+= ${
LIBX11
}
10
11
.PATH
: ${
X11SRCDIR.
${
PROG
}}
12
.PATH
: ${
X11SRCDIR.
${
PROG
}}/
man
13
14
.
include
"../../xorg-pkg-ver.mk"
15
16
.
include
<
bsd.x11.mk
>
17
.
include
<
bsd.prog.mk
>