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 *** --- auth/ChangeLog | 5 +++++ auth/Makefile | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'auth') 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 + + * Makefile (HURDLIBS): New variable. + (auth): Delete special depedencies. + Thu Sep 5 11:05:37 1996 Thomas Bushnell, n/BSG * 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 -- cgit v1.2.3