diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-31 03:49:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-31 03:49:45 +0000 |
commit | b129ce0d368420f30a2396d89de262b09a4a0eb0 (patch) | |
tree | c56e896b94318edbccdab6b0d2289fd7bb4b2f8b /exec/Makefile | |
parent | 9b14418e061895da2bf213486329bbce00b143b7 (diff) |
(SRCS): Added unzip.c, util.c, and inflate.c.
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 2 |
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 |