diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/ChangeLog | 5 | ||||
-rw-r--r-- | auth/Makefile | 3 |
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 |