From dcf8f5b059e9ae3f767dc4069859dceba756328a Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 17 Sep 1996 16:43:48 +0000 Subject: *** empty log message *** --- nfs/ChangeLog | 5 +++++ nfs/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'nfs') diff --git a/nfs/ChangeLog b/nfs/ChangeLog index e3c5c4a9..8ab915b0 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 12 16:46:47 1996 Thomas Bushnell, n/BSG + + * Makefile (HURDLIBS): New variable. + (nfs): Omit special dependency. + Tue Sep 3 14:00:25 1996 Thomas Bushnell, n/BSG * nfs-spec.h: Renamed from rpcsvc/nfs_prot.h. 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 -- cgit v1.2.3