From bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Tue, 20 Dec 2005 05:19:23 +0000 Subject: Remove all the Makefiles --- support/include/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 support/include/Makefile (limited to 'support/include') 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: -- cgit