diff options
Diffstat (limited to 'libports/Makefile')
-rw-r--r-- | libports/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libports/Makefile b/libports/Makefile index d3db7d30..f0ce6f76 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -35,7 +35,8 @@ SRCS = create-bucket.c create-class.c \ notify-msg-accepted.c notify-port-deleted.c notify-send-once.c \ interrupt-operation.c interrupt-on-notify.c interrupt-notified-rpcs.c \ dead-name.c create-port.c import-port.c default-uninhibitable-rpcs.c \ - claim-right.c transfer-right.c create-port-noinstall.c create-internal.c + claim-right.c transfer-right.c create-port-noinstall.c create-internal.c \ + interrupted.c LCLHDRS = ports.h installhdrs = ports.h |