repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
bin
/
iceauth
/
Makefile
blob
00aad1ccc9850aaecaaeb7d9b75b3ec304974113
1
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:05 lukem 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
}}
12
13
.
include
<
bsd.x11.mk
>
14
.
include
<
bsd.prog.mk
>