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
/
showfont
/
Makefile
blob
9ea01ec7db16a36af710e4b0c6df36c10a89bed9
1
# $NetBSD: Makefile,v 1.1 2015/07/23 07:34:38 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
showfont
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
>