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