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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
x11
/
bin
/
xlsfonts
/
Makefile
blob
90287f25ff142d853c92846ab0df95c2212f4333
1
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:07 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xlsfonts
6
SRCS
=
xlsfonts.c dsimple.c
7
8
LDADD
+= -
lXext
-
lX11
9
DPADD
+= ${
LIBXEXT
} ${
LIBX11
}
10
11
.PATH
: ${
X11SRCDIR.xc
}/
programs
/${
PROG
}
12
13
.
include
<
bsd.x11.mk
>
14
.
include
<
bsd.prog.mk
>