summaryrefslogtreecommitdiffstats
path: root/utils/mountd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mountd/Makefile')
-rw-r--r--utils/mountd/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/mountd/Makefile b/utils/mountd/Makefile
new file mode 100644
index 0000000..93529a0
--- /dev/null
+++ b/utils/mountd/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for rpc.mountd
+#
+
+PROGRAM = mountd
+PREFIX = rpc.
+OBJS = mountd.o mount_dispatch.o auth.o rmtab.o
+LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a
+LIBS = -lexport -lnfs
+MAN8 = mountd
+
+include $(TOP)rules.mk