summaryrefslogtreecommitdiffstats
path: root/tools/getkversion/Makefile
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-12-20 05:19:23 +0000
committerneilbrown <neilbrown>2005-12-20 05:19:23 +0000
commitbdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149 (patch)
tree52af51126c8530d5096fda3a70b99ce4c6e19381 /tools/getkversion/Makefile
parent83b193255274fdb03a78d7f61ffe8a5b816d1a2b (diff)
downloadnfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.tar.gz
nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.tar.xz
nfs-utils-bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149.zip
Remove all the Makefiles
Diffstat (limited to 'tools/getkversion/Makefile')
-rw-r--r--tools/getkversion/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/getkversion/Makefile b/tools/getkversion/Makefile
deleted file mode 100644
index c13f80e..0000000
--- a/tools/getkversion/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# getkversion - print the kernel version for which the modules were
-# compiled.
-#
-
-TOP = ../../
-TOOL = getkversion
-OBJS = getkversion.o
-
-include $(TOP)rules.mk
-
-install::
- @: