aboutsummaryrefslogtreecommitdiff
path: root/sbin/nfsiod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/nfsiod/Makefile')
-rw-r--r--sbin/nfsiod/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile
new file mode 100644
index 000000000000..72db42bac6b5
--- /dev/null
+++ b/sbin/nfsiod/Makefile
@@ -0,0 +1,7 @@
+# @(#)Makefile 8.1 (Berkeley) 6/5/93
+
+PROG= nfsiod
+CFLAGS+=-DNFS
+MAN8= nfsiod.0
+
+.include <bsd.prog.mk>