summaryrefslogtreecommitdiffstats
path: root/utils/showmount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/showmount/Makefile')
-rw-r--r--utils/showmount/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/showmount/Makefile b/utils/showmount/Makefile
deleted file mode 100644
index 88186d9..0000000
--- a/utils/showmount/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# dummy Makefile
-#
-
-TOP = ../../
-PROGRAM = showmount
-OBJS = showmount.o
-LIBDEPS = $(TOP)support/lib/libexport.a
-LIBS = -lexport
-MAN8 = showmount
-
-include $(TOP)rules.mk