diff options
author | neilbrown <neilbrown> | 2005-12-20 05:19:23 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2005-12-20 05:19:23 +0000 |
commit | bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149 (patch) | |
tree | 52af51126c8530d5096fda3a70b99ce4c6e19381 /support/include | |
parent | 83b193255274fdb03a78d7f61ffe8a5b816d1a2b (diff) | |
download | nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.tar.gz nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.tar.xz nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.zip |
Remove all the Makefiles
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/Makefile | 18 |
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: |