diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /auth/Makefile | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) | |
download | hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.gz hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.bz2 hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.zip |
*** empty log message ***
Diffstat (limited to 'auth/Makefile')
-rw-r--r-- | auth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |