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
etc/protocols - sync with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
bin
/
fslsfonts
/
Makefile
blob
b9e55abce5f5605e1bb9a3b27f4d9f8d07f6a476
1
# $NetBSD: Makefile,v 1.3 2015/07/22 07:58:00 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
fslsfonts
6
7
LDADD
+= -
lFS
8
DPADD
+= ${
LIBFS
}
9
10
.PATH
: ${
X11SRCDIR.
${
PROG
}}
11
.PATH
: ${
X11SRCDIR.
${
PROG
}}/
man
12
13
.
include
"../../xorg-pkg-ver.mk"
14
15
.
include
<
bsd.x11.mk
>
16
.
include
<
bsd.prog.mk
>