]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/export/Makefile
Remove all the Makefiles
[nfs-utils.git] / support / export / Makefile
diff --git a/support/export/Makefile b/support/export/Makefile
deleted file mode 100644 (file)
index 353dd00..0000000
+++ /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