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/nfs | |
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/nfs')
-rw-r--r-- | support/nfs/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/support/nfs/Makefile b/support/nfs/Makefile deleted file mode 100644 index 7740224..0000000 --- a/support/nfs/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# linux-nfs/support/nfs/Makefile -# -TOP = ../../ -LIBNAME = libnfs.a -OBJS = exports.o rmtab.o xio.o \ - rpcmisc.o rpcdispatch.o xlog.o xmalloc.o wildmat.o \ - nfssvc.o nfsclient.o nfsexport.o getfh.o nfsctl.o \ - lockdsvc.o svc_socket.o cacheio.o closeall.o - -include $(TOP)rules.mk - -install:: - @: |