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/nfs | |
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/nfs')
-rw-r--r-- | support/nfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |