summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/Makefile10
-rw-r--r--support/export/Makefile31
-rw-r--r--support/include/Makefile18
-rw-r--r--support/lib/Makefile14
-rw-r--r--support/misc/Makefile12
-rw-r--r--support/nfs/Makefile14
6 files changed, 0 insertions, 99 deletions
diff --git a/support/Makefile b/support/Makefile
deleted file mode 100644
index ff26a36..0000000
--- a/support/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Makefile for linux-nfs/support
-#
-
- TOP = ../
-SUBDIRS = include nfs export lib misc
-.DEFAULT: all
-
-include $(TOP)rules.mk
-
diff --git a/support/export/Makefile b/support/export/Makefile
deleted file mode 100644
index 353dd00..0000000
--- a/support/export/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# libexport.a
-# Miscellaneous utility functions related to exporting and mounting
-# of NFS volumes.
-#
-
-TOP = ../../
-LIBNAME = libexport.a
-SRCS = $(RPCSRCS) client.c export.c hostname.c nfsctl.c rmtab.c \
- xtab.c
-OBJS = $(SRCS:.c=.o)
-
-RPCSRCS = mount_clnt.c mount_xdr.c
-RPCHDRS = mount.h
-
-include $(TOP)rules.mk
-
-$(RPCHDRS) $(RPCSRCS): mount.x
- $(RM) $(RPCHDRS) $(RPCSRCS)
- $(RPCGEN) -h -o mount.h $<
- $(RPCGEN) -l -o mount_clnt.c $<
- $(RPCGEN) -c -o mount_xdr.c $<
-
-clean distclean::
- $(RM) $(RPCHDRS) $(RPCSRCS)
-
-install::
- @:
-
-predep:: $(RPCHDRS) $(RPCSRCS)
- $(LN_S) ../export/mount.h ../include/mount.h
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:
diff --git a/support/lib/Makefile b/support/lib/Makefile
deleted file mode 100644
index 43a7ab7..0000000
--- a/support/lib/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-TOP = ../../
-include $(TOP)rules.mk
-
-LIBS = libnfs.a libexport.a libmisc.a librpc.a libgssapi.a
-
-all install:: $(LIBS)
- @:
-
-clean distclean::
- rm -f $(LIBS)
-
-lib%.a:
- ln -sf ../$*/$@ .
diff --git a/support/misc/Makefile b/support/misc/Makefile
deleted file mode 100644
index 0a0e371..0000000
--- a/support/misc/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# linux-nfs/support/misc/Makefile
-#
-
- TOP = ../../
-LIBNAME = libmisc.a
-OBJS = tcpwrapper.o from_local.o mountpoint.o
-
-include $(TOP)rules.mk
-
-install::
- @:
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::
- @: