X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Fexport%2FMakefile;fp=support%2Fexport%2FMakefile;h=0000000000000000000000000000000000000000;hb=bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149;hp=353dd00bebad0dfd9ca4c4978e94875b38e3cf54;hpb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b;p=nfs-utils.git 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