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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
x11
/
bin
/
fslsfonts
/
Makefile
blob
68626cd8fe3f9fe6aff2ca2e5629de6d35045fe1
1
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:06 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
fslsfonts
6
7
LDADD
+= -
lFS
8
DPADD
+= ${
LIBFS
}
9
10
.PATH
: ${
X11SRCDIR.xc
}/
programs
/${
PROG
}
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>