diff options
-rw-r--r-- | init/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile index ecc80994..ce5d60b9 100644 --- a/init/Makefile +++ b/init/Makefile @@ -23,6 +23,8 @@ DIST_FILES = Makefile init.c ChangeLog OBJS = init.o startupServer.o startup_replyUser.o notifyServer.o +SRCS = init.c + all: init init: $(OBJS) |