summaryrefslogtreecommitdiff
path: root/auth
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 /auth
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'auth')
-rw-r--r--auth/ChangeLog5
-rw-r--r--auth/Makefile3
2 files changed, 6 insertions, 2 deletions
diff --git a/auth/ChangeLog b/auth/ChangeLog
index 55c978a7..36128936 100644
--- a/auth/ChangeLog
+++ b/auth/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 12 16:27:31 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ (auth): Delete special depedencies.
+
Thu Sep 5 11:05:37 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* auth.c (AUTH_VERSION): Delete macro.
diff --git a/auth/Makefile b/auth/Makefile
index 74eb135d..da41cdd0 100644
--- a/auth/Makefile
+++ b/auth/Makefile
@@ -22,10 +22,9 @@ SRCS = auth.c
OBJS = auth.o authServer.o auth_replyUser.o
LCLHDRS = authmutations.h auth_mig.h
target = auth
+HURDLIBS=ports threads ihash shouldbeinlibc
MIGSFLAGS = -imacros $(srcdir)/authmutations.h
include ../Makeconf
-auth: ../libports/libports.so ../libthreads/libthreads.so \
- ../libihash/libihash.so ../libshouldbeinlibc/libshouldbeinlibc.so