diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
commit | 395f6db4c8a51fbce0ed596d9b1d20678f77fad2 (patch) | |
tree | 77f5da665937f0c9baf56087b5a0522fc6f3509c /auth | |
parent | 0e6dfab61275d138c5572cd61b151984014555bf (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'auth')
-rw-r--r-- | auth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth/Makefile b/auth/Makefile index c7c7d21a..f0086ed5 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1991, 1993, 1994, 1995 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 @@ -28,4 +28,3 @@ MIGSFLAGS = "-DAUTH_INTRAN=aptptr_t convert_auth_to_apt (auth_t)" \ include ../Makeconf -auth.o: auth_S.h auth_reply_U.h notify_S.h |