summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snapinfo/Makefile
diff options
context:
space:
mode:
authormarks <marks@FreeBSD.org>2005-07-20 18:59:25 +0000
committermarks <marks@FreeBSD.org>2005-07-20 18:59:25 +0000
commit2854e6f54b01a61a10bb3567622c2db3b6756879 (patch)
tree7cce1e0aaf20462466b44935f64b64b4f6e9dd1f /usr.sbin/snapinfo/Makefile
parente0e4afff1d417b7889e3e39e69d594d5309b77ce (diff)
downloadFreeBSD-src-2854e6f54b01a61a10bb3567622c2db3b6756879.zip
FreeBSD-src-2854e6f54b01a61a10bb3567622c2db3b6756879.tar.gz
snapinfo -- show snapshot location on UFS file systems
Glanced over by: kan Review by: ru (snapshot.8) MFC: TBD
Diffstat (limited to 'usr.sbin/snapinfo/Makefile')
-rw-r--r--usr.sbin/snapinfo/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/snapinfo/Makefile b/usr.sbin/snapinfo/Makefile
new file mode 100644
index 0000000..c5175f1
--- /dev/null
+++ b/usr.sbin/snapinfo/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+
+PROG= snapinfo
+MAN= snapinfo.8
+
+DPADD= ${LIBUFS}
+LDADD= -lufs
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud