summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.in1
-rw-r--r--utils/exportfs/Makefile1
-rw-r--r--utils/gssd/Makefile1
-rw-r--r--utils/gssdestroycreds/Makefile1
-rw-r--r--utils/idmapd/Makefile3
-rw-r--r--utils/lockd/Makefile3
-rw-r--r--utils/mountd/Makefile1
-rw-r--r--utils/nfsd/Makefile1
-rw-r--r--utils/nfsstat/Makefile1
-rw-r--r--utils/nhfsstone/Makefile1
-rw-r--r--utils/rquotad/Makefile1
-rw-r--r--utils/showmount/Makefile1
-rw-r--r--utils/statd/Makefile1
-rw-r--r--utils/svcgssd/Makefile1
14 files changed, 16 insertions, 2 deletions
diff --git a/utils/Makefile.in b/utils/Makefile.in
index 539632f..5b4114d 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -2,6 +2,7 @@
# Makefile for linux-nfs/support
#
+TOP = ../
SUBDIRS = exportfs mountd nfsd statd nfsstat @RQUOTAD@ showmount \
nhfsstone lockd @IDMAPD@ @GSSD@ @SVCGSSD@
diff --git a/utils/exportfs/Makefile b/utils/exportfs/Makefile
index aa77540..79163bc 100644
--- a/utils/exportfs/Makefile
+++ b/utils/exportfs/Makefile
@@ -2,6 +2,7 @@
# dummy Makefile
#
+TOP = ../../
PROGRAM = exportfs
OBJS = exportfs.o
LIBDEPS = $(TOP)support/lib/libexport.a $(TOP)/support/lib/libnfs.a
diff --git a/utils/gssd/Makefile b/utils/gssd/Makefile
index 6eba0f5..55c8516 100644
--- a/utils/gssd/Makefile
+++ b/utils/gssd/Makefile
@@ -2,6 +2,7 @@
# Makefile for rpc.gssd
#
+TOP = ../../
PROGRAM = gssd
PREFIX = rpc.
OBJS = gssd.o gssd_main_loop.o gssd_proc.o err_util.o gss_util.o \
diff --git a/utils/gssdestroycreds/Makefile b/utils/gssdestroycreds/Makefile
index 266e9de..2747ca3 100644
--- a/utils/gssdestroycreds/Makefile
+++ b/utils/gssdestroycreds/Makefile
@@ -2,6 +2,7 @@
# gss context destruction tool
#
+TOP = ../../
PROGRAM = gss_clnt_send_err
OBJS = gss_clnt_send_err.o
diff --git a/utils/idmapd/Makefile b/utils/idmapd/Makefile
index 14f6cc1..41314ef 100644
--- a/utils/idmapd/Makefile
+++ b/utils/idmapd/Makefile
@@ -1,7 +1,8 @@
#
# Makefile for rpc.idmapd
#
-
+
+TOP = ../../
PROGRAM = idmapd
PREFIX = rpc.
OBJS = atomicio.o cfg.o idmapd.o setproctitle.o strlcat.o strlcpy.o
diff --git a/utils/lockd/Makefile b/utils/lockd/Makefile
index 4e47d54..99d4a26 100644
--- a/utils/lockd/Makefile
+++ b/utils/lockd/Makefile
@@ -1,7 +1,8 @@
#
# Makefile for lockd
#
-
+
+TOP = ../../
PROGRAM = lockd
PREFIX = rpc.
OBJS = lockd.o
diff --git a/utils/mountd/Makefile b/utils/mountd/Makefile
index 34a2f4f..42d77e3 100644
--- a/utils/mountd/Makefile
+++ b/utils/mountd/Makefile
@@ -2,6 +2,7 @@
# Makefile for rpc.mountd
#
+TOP = ../../
PROGRAM = mountd
PREFIX = rpc.
OBJS = mountd.o mount_dispatch.o auth.o rmtab.o cache.o svc_run.o
diff --git a/utils/nfsd/Makefile b/utils/nfsd/Makefile
index e178960..be74bb0 100644
--- a/utils/nfsd/Makefile
+++ b/utils/nfsd/Makefile
@@ -2,6 +2,7 @@
# Makefile for knfsd
#
+TOP = ../../
PROGRAM = nfsd
PREFIX = rpc.
OBJS = nfsd.o
diff --git a/utils/nfsstat/Makefile b/utils/nfsstat/Makefile
index e3a9428..31ffbd9 100644
--- a/utils/nfsstat/Makefile
+++ b/utils/nfsstat/Makefile
@@ -2,6 +2,7 @@
# dummy Makefile
#
+TOP = ../../
PROGRAM = nfsstat
OBJS = nfsstat.o
MAN8 = nfsstat
diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile
index d96d316..ea41f5e 100644
--- a/utils/nhfsstone/Makefile
+++ b/utils/nhfsstone/Makefile
@@ -4,6 +4,7 @@
SCRIPTS = nhfsrun nhfsnums nhfsgraph
+TOP = ../../
PROGRAM = nhfsstone
OBJS = nhfsstone.o
MAN8 = nhfsstone $(SCRIPTS)
diff --git a/utils/rquotad/Makefile b/utils/rquotad/Makefile
index aaf5762..668e095 100644
--- a/utils/rquotad/Makefile
+++ b/utils/rquotad/Makefile
@@ -2,6 +2,7 @@
# Makefile for rpc.rquotad
#
+TOP = ../../
PROGRAM = rquotad
PREFIX = rpc.
OBJS = rquota_server.o rquota_svc.o rquota_xdr.o quotactl.o hasquota.o
diff --git a/utils/showmount/Makefile b/utils/showmount/Makefile
index c8aa34d..88186d9 100644
--- a/utils/showmount/Makefile
+++ b/utils/showmount/Makefile
@@ -2,6 +2,7 @@
# dummy Makefile
#
+TOP = ../../
PROGRAM = showmount
OBJS = showmount.o
LIBDEPS = $(TOP)support/lib/libexport.a
diff --git a/utils/statd/Makefile b/utils/statd/Makefile
index 444932f..6301d27 100644
--- a/utils/statd/Makefile
+++ b/utils/statd/Makefile
@@ -3,6 +3,7 @@
#
# NSM for Linux.
+TOP = ../../
# Uncomment for embedded client-side simulation functions.
#SIMUL = -DSIMULATIONS
diff --git a/utils/svcgssd/Makefile b/utils/svcgssd/Makefile
index a864de0..6d1405b 100644
--- a/utils/svcgssd/Makefile
+++ b/utils/svcgssd/Makefile
@@ -2,6 +2,7 @@
# Makefile for rpc.gssd
#
+TOP = ../../
PROGRAM = svcgssd
PREFIX = rpc.
OBJS = svcgssd.o svcgssd_main_loop.o svcgssd_proc.o err_util.o gss_util.o \