diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:21:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:21:30 +0000 |
commit | 8cfaa3d74dff09ccac61604d013115d40ea50b69 (patch) | |
tree | e1b9d3a6260b80a6a4896297741d363d6f001398 /init | |
parent | 6b3f1188132c3af40f0357ff89f26a7563002b03 (diff) |
Formerly Makefile.~11~
Diffstat (limited to 'init')
-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) |