summaryrefslogtreecommitdiffstats
path: root/usr.bin/fsync/Makefile
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-07-19 08:38:18 +0000
committerps <ps@FreeBSD.org>2000-07-19 08:38:18 +0000
commit70a9f15ed68663a8c75c63f1919aafefe919f8da (patch)
tree641acc2c0ad724db2c0f0de377b79ebda894d36e /usr.bin/fsync/Makefile
parent37dc1462398cac6b9c17c22aa8dd54fa3cf58448 (diff)
downloadFreeBSD-src-70a9f15ed68663a8c75c63f1919aafefe919f8da.zip
FreeBSD-src-70a9f15ed68663a8c75c63f1919aafefe919f8da.tar.gz
Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc.
Reviewed by: peter
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 0000000..23229fe
--- /dev/null
+++ b/usr.bin/fsync/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= fsync
+MAN8= fsync.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud