summaryrefslogtreecommitdiff
path: root/support/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/Makefile')
-rw-r--r--support/include/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/support/include/Makefile b/support/include/Makefile
deleted file mode 100644
index 5b3d221..0000000
--- a/support/include/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Makefile for linux-nfs/support
-#
-
-TOP = ../../
-
-include $(TOP)rules.mk
-
-all install:: mount.h
- @:
-
-distclean::
- $(RM) mount.h config.h
-
-mount.h:
- $(LN_S) ../export/mount.h .
-
-# .EXPORT_ALL_VARIABLES: