diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /nfs/Makefile | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) | |
download | hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.gz hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.bz2 hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.zip |
*** empty log message ***
Diffstat (limited to 'nfs/Makefile')
-rw-r--r-- | nfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index da35cc03..8c5baebd 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -25,8 +25,8 @@ target = nfs LCLHDRS = nfs.h mount.h nfs-spec.h SRCS = ops.c rpc.c mount.c cred.c nfs.c cache.c consts.c main.c OBJS = $(subst .c,.o,$(SRCS)) +HURDLIBS=ports netfs fshelp threads -nfs: $(OBJS) ../libports/libports.a ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a include ../Makeconf |