summaryrefslogtreecommitdiff
path: root/nfsd
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
commitdcf8f5b059e9ae3f767dc4069859dceba756328a (patch)
tree0079e8ac765fb551a9778ede1643145a954992a4 /nfsd
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'nfsd')
-rw-r--r--nfsd/ChangeLog5
-rw-r--r--nfsd/Makefile2
2 files changed, 6 insertions, 1 deletions
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 <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ (nfsd): Delete special depedency.
+
Tue Sep 3 14:15:50 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* 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