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
/
iceauth
/
Makefile
blob
c58fdef80cd1442c71e42c4e5df7a5a96d879b65
1
# $NetBSD: Makefile,v 1.4 2015/07/20 23:50:23 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
iceauth
6
SRCS
=
iceauth.c process.c
7
8
LDADD
+= -
lICE
9
DPADD
+= ${
LIBICE
}
10
11
.PATH
: ${
X11SRCDIR.
${
PROG
}} ${
X11SRCDIR.
${
PROG
}}/
man
12
13
.
include
"../../xorg-pkg-ver.mk"
14
15
.
include
<
bsd.x11.mk
>
16
.
include
<
bsd.prog.mk
>