summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-13 20:23:47 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-13 20:23:47 +0000
commit2062e34c35c5775d4ef226ab740a22f2c3b41308 (patch)
treecee431d94dc982d67e3741c38ea5fdbdf35a42fc
parentd6208b68ce89915c2c19d699233e785c6ce8f049 (diff)
Formerly Makefile.~33~
-rw-r--r--libdiskfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile
index e30994a6..db689d48 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -32,7 +32,7 @@ IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \
io-modes-on.c io-modes-set.c io-owner-mod.c io-owner-get.c \
io-prenotify.c io-read.c io-readable.c io-reauthenticate.c \
io-rel-conch.c io-restrict-auth.c io-seek.c io-select.c io-stat.c \
- io-stubs.c io-write.c io-version.c
+ io-stubs.c io-write.c io-version.c io-sigio.c
FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-startup.c fsys-getfile.c
@@ -48,7 +48,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \
rdwr-internal.c trans-destroy.c trans-start.c init-init.c \
init-first.c init-loop.c boot-parse.c boot-start.c ports-clean.c \
ports-consts.c pager-consts.c ports-demuxer.c exc.c node-times.c \
- trans-sync.c shutdown.c
+ trans-sync.c shutdown.c ports-noports.c ports-soft.c
SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \
$(IFSOCKSRCS)