From ed276ac0ea0d9c1ed87c3c6456f5f55afa334cef Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 24 Oct 1995 23:54:13 +0000 Subject: (OBJS): Add exec_startupServer.o. --- exec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exec') 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 -- cgit v1.2.3