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