diff options
author | gmorris <gmorris> | 2005-04-12 15:16:12 +0000 |
---|---|---|
committer | gmorris <gmorris> | 2005-04-12 15:16:12 +0000 |
commit | 078f5d46ad34f36cce257b3b8a970471a4b2b68b (patch) | |
tree | 298c8f7451fbcfb84a01caf0be31a4ac9e9fe822 /support/export | |
parent | ca190b1a7e9a2b6d9ff99e9fd164a54583f46c75 (diff) | |
download | nfs-utils-078f5d46ad34f36cce257b3b8a970471a4b2b68b.tar.gz nfs-utils-078f5d46ad34f36cce257b3b8a970471a4b2b68b.tar.xz nfs-utils-078f5d46ad34f36cce257b3b8a970471a4b2b68b.zip |
Added TOP, as needed, for easier compile in subdirectories
Diffstat (limited to 'support/export')
-rw-r--r-- | support/export/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |