diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-24 23:54:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-24 23:54:13 +0000 |
commit | ed276ac0ea0d9c1ed87c3c6456f5f55afa334cef (patch) | |
tree | 088990dd0789dd2fd02d121a99a0ff4faf2259a6 /exec/Makefile | |
parent | ff832d768c6aaedc13138add7bf775877725f9bd (diff) |
(OBJS): Add exec_startupServer.o.
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index b8def42f..1fa9a237 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -19,7 +19,8 @@ dir := exec makemode := server SRCS = exec.c main.c hashexec.o hostarch.c unzip.c util.c inflate.c -OBJS = main.o hostarch.o exec.o hashexec.o execServer.o \ +OBJS = main.o hostarch.o exec.o hashexec.o \ + execServer.o exec_startupServer.o \ $(gzip-objects) gzip-objects = unzip.o util.o inflate.o LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h |