X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fexport%2FMakefile;h=353dd00bebad0dfd9ca4c4978e94875b38e3cf54;hp=1243305eab62d4f38038a0ba54ff52bb54d08f15;hb=a980156c122e975cc185a6c41ef705f166a5765f;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/support/export/Makefile b/support/export/Makefile index 1243305..353dd00 100644 --- a/support/export/Makefile +++ b/support/export/Makefile @@ -4,6 +4,7 @@ # of NFS volumes. # +TOP = ../../ LIBNAME = libexport.a SRCS = $(RPCSRCS) client.c export.c hostname.c nfsctl.c rmtab.c \ xtab.c @@ -25,3 +26,6 @@ clean distclean:: install:: @: + +predep:: $(RPCHDRS) $(RPCSRCS) + $(LN_S) ../export/mount.h ../include/mount.h