diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/Makefile | 1 | ||||
-rw-r--r-- | support/export/Makefile | 1 | ||||
-rw-r--r-- | support/gssapi/Makefile | 2 | ||||
-rw-r--r-- | support/include/Makefile | 2 | ||||
-rw-r--r-- | support/lib/Makefile | 1 | ||||
-rw-r--r-- | support/misc/Makefile | 1 | ||||
-rw-r--r-- | support/nfs/Makefile | 2 | ||||
-rw-r--r-- | support/rpc/Makefile | 2 |
8 files changed, 9 insertions, 3 deletions
diff --git a/support/Makefile b/support/Makefile index aa56fa7..f3013a9 100644 --- a/support/Makefile +++ b/support/Makefile @@ -2,6 +2,7 @@ # Makefile for linux-nfs/support # + TOP = ../ SUBDIRS = include nfs export lib misc rpc gssapi .DEFAULT: all diff --git a/support/export/Makefile b/support/export/Makefile index 43c2d32..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 diff --git a/support/gssapi/Makefile b/support/gssapi/Makefile index 65271f0..bc14647 100644 --- a/support/gssapi/Makefile +++ b/support/gssapi/Makefile @@ -2,7 +2,7 @@ # libgssapi.a # gssapi mechanism-switching layer # - +TOP = ../../ LIBNAME = libgssapi.a SRCS = g_accept_sec_context.c g_acquire_cred.c g_compare_name.c \ g_context_time.c g_delete_sec_context.c g_dsp_name.c g_dsp_status.c \ diff --git a/support/include/Makefile b/support/include/Makefile index e1cbfc4..5b3d221 100644 --- a/support/include/Makefile +++ b/support/include/Makefile @@ -2,6 +2,8 @@ # Makefile for linux-nfs/support # +TOP = ../../ + include $(TOP)rules.mk all install:: mount.h diff --git a/support/lib/Makefile b/support/lib/Makefile index 58c84f8..43a7ab7 100644 --- a/support/lib/Makefile +++ b/support/lib/Makefile @@ -1,4 +1,5 @@ +TOP = ../../ include $(TOP)rules.mk LIBS = libnfs.a libexport.a libmisc.a librpc.a libgssapi.a diff --git a/support/misc/Makefile b/support/misc/Makefile index c738564..0a0e371 100644 --- a/support/misc/Makefile +++ b/support/misc/Makefile @@ -2,6 +2,7 @@ # linux-nfs/support/misc/Makefile # + TOP = ../../ LIBNAME = libmisc.a OBJS = tcpwrapper.o from_local.o mountpoint.o diff --git a/support/nfs/Makefile b/support/nfs/Makefile index 4e4a375..fb8f508 100644 --- a/support/nfs/Makefile +++ b/support/nfs/Makefile @@ -1,7 +1,7 @@ # # 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 \ diff --git a/support/rpc/Makefile b/support/rpc/Makefile index d678075..41a4e66 100644 --- a/support/rpc/Makefile +++ b/support/rpc/Makefile @@ -2,7 +2,7 @@ # librpc.a # rpc library with rpcsec_gss # - +TOP = ../../ LIBNAME = librpc.a SRCS = auth_gss.c authgss_prot.c svc.c svc_run.c svc_auth.c \ svc_auth_none.c svc_auth_unix.c svc_auth_gss.c \ |