diff options
Diffstat (limited to 'auth/Makefile')
-rw-r--r-- | auth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/Makefile b/auth/Makefile index da41cdd0..da7f8e23 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 93, 94, 95, 96 Free Software Foundation, Inc. +# Copyright (C) 1991, 93, 94, 95, 96, 2000 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -22,7 +22,7 @@ SRCS = auth.c OBJS = auth.o authServer.o auth_replyUser.o LCLHDRS = authmutations.h auth_mig.h target = auth -HURDLIBS=ports threads ihash shouldbeinlibc +HURDLIBS = threads ports ihash shouldbeinlibc MIGSFLAGS = -imacros $(srcdir)/authmutations.h |