diff options
Diffstat (limited to 'libports')
-rw-r--r-- | libports/ChangeLog | 1 | ||||
-rw-r--r-- | libports/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libports/ChangeLog b/libports/ChangeLog index 16686e5e..2a50f7ce 100644 --- a/libports/ChangeLog +++ b/libports/ChangeLog @@ -1,5 +1,6 @@ Thu Jul 18 22:59:14 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> + * Makefile (SRCS): Add create-port-noinstall.c and create-internal.c. * create-port-noinstall.c: New file. * create-port.c (ports_create_port): Guts deleted; call new work function. diff --git a/libports/Makefile b/libports/Makefile index 68088ea3..50ccd0c9 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -35,7 +35,7 @@ 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 + claim-right.c transfer-right.c create-port-noinstall.c create-internal.c LCLHDRS = ports.h installhdrs = ports.h |