summaryrefslogtreecommitdiffstats
path: root/utils/idmapd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/idmapd/Makefile')
-rw-r--r--utils/idmapd/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/idmapd/Makefile b/utils/idmapd/Makefile
new file mode 100644
index 0000000..14f6cc1
--- /dev/null
+++ b/utils/idmapd/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for rpc.idmapd
+#
+
+PROGRAM = idmapd
+PREFIX = rpc.
+OBJS = atomicio.o cfg.o idmapd.o setproctitle.o strlcat.o strlcpy.o
+LIBS = -levent -lnfsidmap
+MAN8 = idmapd
+MAN5 = idmapd.conf
+
+include $(TOP)rules.mk