Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / xfsinfo / Makefile
blobeda7a96f808bc74a71f5b7218ba561cb33f7a5d4
1 # $NetBSD: Makefile,v 1.3 2015/07/22 08:35:26 mrg Exp $
3 .include <bsd.own.mk>
5 PROG= xfsinfo
7 LDADD+= -lFS
8 DPADD+= ${LIBFS}
10 .PATH: ${X11SRCDIR.${PROG}}
11 .PATH: ${X11SRCDIR.${PROG}}/man
13 .include "../../xorg-pkg-ver.mk"
15 .include <bsd.x11.mk>
16 .include <bsd.prog.mk>