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