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 *** --- nfsd/ChangeLog | 5 +++++ nfsd/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'nfsd') diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog index aee85ea1..a19323e9 100644 --- a/nfsd/ChangeLog +++ b/nfsd/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 12 16:52:13 1996 Thomas Bushnell, n/BSG + + * Makefile (HURDLIBS): New variable. + (nfsd): Delete special depedency. + Tue Sep 3 14:15:50 1996 Thomas Bushnell, n/BSG * loop.c: Include "../nfs/mount.h" instead of diff --git a/nfsd/Makefile b/nfsd/Makefile index 265301f3..2c05b7ed 100644 --- a/nfsd/Makefile +++ b/nfsd/Makefile @@ -26,9 +26,9 @@ OBJS = $(subst .c,.o,$(SRCS)) LCLHDRS = nfsd.h target = nfsd installationdir = $(sbindir) +HURDLIBS=threads shouldbeinlibc include ../Makeconf CPPFLAGS += -DLOCALSTATEDIR=\"$(localstatedir)\" -nfsd: ../libthreads/libthreads.a ../libshouldbeinlibc/libshouldbeinlibc.a \ No newline at end of file -- cgit v1.2.3