summaryrefslogtreecommitdiff
path: root/examples/hello_superfs/fsck_superfs/Makefile
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:21 +0200
committerAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:21 +0200
commit1d3d0bb1e461a81bc1a9cd4520958bd2b1db4c7f (patch)
tree1aa5b654ab4ab52e936550463aac7e4da0aad722 /examples/hello_superfs/fsck_superfs/Makefile
Imported Upstream version 0.24.0
Diffstat (limited to 'examples/hello_superfs/fsck_superfs/Makefile')
-rw-r--r--examples/hello_superfs/fsck_superfs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hello_superfs/fsck_superfs/Makefile b/examples/hello_superfs/fsck_superfs/Makefile
new file mode 100644
index 0000000..ffc799c
--- /dev/null
+++ b/examples/hello_superfs/fsck_superfs/Makefile
@@ -0,0 +1,6 @@
+PROG = fsck_superfs
+MAN = fsck_superfs.8
+
+WARNS = 4
+
+.include <mkc.prog.mk>