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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
mit
/
xorg
/
bin
/
xfsinfo
/
Makefile
blob
eda7a96f808bc74a71f5b7218ba561cb33f7a5d4
1
# $NetBSD: Makefile,v 1.3 2015/07/22 08:35:26 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xfsinfo
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
>