summaryrefslogtreecommitdiff
path: root/init/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-04-13 19:46:38 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-04-13 19:46:38 +0000
commit14484170ef54b78c6c6e282b3ad41df5e69418dc (patch)
tree740a7d2620b5a075de3d8b1abcd4c3a7986f2e09 /init/Makefile
parent24c73e0d4d8be5c4e65aee8d0993afff3a019b26 (diff)
Formerly Makefile.~7~
Diffstat (limited to 'init/Makefile')
-rw-r--r--init/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/init/Makefile b/init/Makefile
index 7154a579..9657a4e1 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -21,14 +21,14 @@ include ../Makeconf
DIST_FILES = Makefile init.c
-OBJS = init.o startupServer.o startup_replyUser.o
+OBJS = init.o startupServer.o startup_replyUser.o notifyServer.o
all: init
init: $(OBJS)
$(link)
-init.o: startup_S.h startup_reply.h
+init.o: startup_S.h startup_reply.h notify_S.h
install: init $(hurdroot)
cp init $(hurdroot)/hurd/init
@@ -42,6 +42,10 @@ startup_reply.h startup_replyUser.c: $(headers)/hurd/startup_reply.defs $(header
$(CPP) $(CPPFLAGS) $(headers)/hurd/startup_reply.defs \
| $(MIGCOM) -server /dev/null
+notify_S.h notifyServer.c: $(headers)/mach/notify.defs
+ $(CPP) $(CPPFLAGS) $(headers)/mach/notify.defs \
+ | $(MIGCOM) -sheader notify_S.h -header /dev/null -user /dev/null
+
clean:
rm -f init *.o
relink: