aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lsvfs/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-22 01:25:57 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-22 01:25:57 +0000
commit2a136300aceca6ec66907258618cf7fdae2a1025 (patch)
tree6af75fd17b8ed91d3cab334f77782313ddcbf621 /usr.bin/lsvfs/Makefile
parentc8939366a1439286328a3e35068ac1b20d84e7c7 (diff)
downloadsrc-2a136300aceca6ec66907258618cf7fdae2a1025.tar.gz
src-2a136300aceca6ec66907258618cf7fdae2a1025.zip
Added lsvfs command to show loaded VFS modules (including statically-linked
ones).
Notes
Notes: svn path=/head/; revision=2965
Diffstat (limited to 'usr.bin/lsvfs/Makefile')
-rw-r--r--usr.bin/lsvfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile
new file mode 100644
index 000000000000..3b25443ca3a2
--- /dev/null
+++ b/usr.bin/lsvfs/Makefile
@@ -0,0 +1,4 @@
+# $Id$
+PROG= lsvfs
+
+.include <bsd.prog.mk>