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
/
xlsatoms
/
Makefile
blob
1d8df0abd3c9d3f3f7b29e59b8c4bc62c0822da0
1
# $NetBSD: Makefile,v 1.3 2003/09/13 21:50:53 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xlsatoms
6
7
LDADD
+= -
lXmuu
-
lXt
-
lSM
-
lICE
-
lXext
-
lX11
8
DPADD
+= ${
LIBXMUU
} ${
LIBXT
} ${
LIBSM
} ${
LIBICE
} ${
LIBXEXT
} ${
LIBX11
}
9
10
.PATH
: ${
X11SRCDIR.
${
PROG
}}
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>