aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fsync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fsync/Makefile')
-rw-r--r--usr.bin/fsync/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile
new file mode 100644
index 000000000000..42aa6ddec665
--- /dev/null
+++ b/usr.bin/fsync/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= fsync
+
+WARNS?= 6
+.include <bsd.prog.mk>