summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-31 03:49:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-31 03:49:45 +0000
commitb129ce0d368420f30a2396d89de262b09a4a0eb0 (patch)
treec56e896b94318edbccdab6b0d2289fd7bb4b2f8b
parent9b14418e061895da2bf213486329bbce00b143b7 (diff)
(SRCS): Added unzip.c, util.c, and inflate.c.
-rw-r--r--exec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile
index ff59c2a1..c19a8bb0 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -18,7 +18,7 @@
dir := exec
makemode := server
-SRCS = exec.c hostarch.c
+SRCS = exec.c hostarch.c unzip.c util.c inflate.c
OBJS = hostarch.o exec.o execServer.o fsysServer.o notifyServer.o \
$(gzip-objects)
gzip-objects = unzip.o util.o inflate.o