diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-25 21:26:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-25 21:26:28 +0000 |
commit | d2aaaf3ee825d49d3ca2c61bcbda7de3775b7ece (patch) | |
tree | 6df267885421089ca9fab77a6bcbfc16ffb8d5b2 | |
parent | bb6c23ccee6508235d0790928420281d0923f7f3 (diff) |
(SRCS): Delete add-ref.c and drop-ref.c.
-rw-r--r-- | libmom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmom/Makefile b/libmom/Makefile index e5dd9883..04df2c9c 100644 --- a/libmom/Makefile +++ b/libmom/Makefile @@ -23,8 +23,8 @@ makemode := library libname = libmom -SRCS = add-ref.c allocate-address.c allocate-memory.c copy-ref.c \ - deallocate-memory.c drop-ref.c fetch-mach-port.c hash-ref.c \ +SRCS = allocate-address.c allocate-memory.c copy-ref.c \ + deallocate-memory.c fetch-mach-port.c hash-ref.c \ mach-port-set.c make-memory-readonly.c make-memory-readwrite.c \ memory-init.c ref-destroy.c refs-identical.c reserve-memory.c \ reserve-memory-anywhere.c unreserve-memory.c unuse-memory.c \ |