diff --git a/Makefile.in b/Makefile.in index 078bc13..c1894e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,7 +105,6 @@ SCSHOBJS = \ scsh/dirstuff1.o \ scsh/fdports1.o \ scsh/flock.o scsh/flock1.o \ - scsh/jcontrol2.o scsh/jcontrol1.o \ scsh/machine/stdio_dep.o \ scsh/machine/time_dep1.o \ scsh/network.o scsh/network1.o \ @@ -118,8 +117,10 @@ SCSHOBJS = \ scsh/syscalls.o scsh/syscalls1.o \ scsh/time.o scsh/time1.o \ scsh/tty.o scsh/tty1.o \ - scsh/userinfo1.o + scsh/userinfo1.o \ + scsh/sighandlers1.o scsh/sighandlers.o +# scsh/jcontrol2.o scsh/jcontrol1.o \ # scsh/$(DBOPEN) \ # scsh/dbm.o scsh/dbm1.o @@ -171,6 +172,8 @@ scsh/tty1.o scsh/tty.o: scsh/tty1.h scsh/syscalls.o: scsh/syscalls1.h scsh/dirstuff1.h scsh/fdports1.h \ scsh/select1.h scsh/userinfo1.h +scsh/sighandlers1.o scsh/sighandlers.o: scsh/sighandlers1.h + include $(srcdir)/scsh/machine/Makefile.inc # Berkeley make wants to see this instead: (or use GNU make on BSD. -bri) #.include "$(srcdir)/scsh/machine/Makefile.inc" diff --git a/initial.image b/initial.image index 5fd3001..0e512dd 100644 Binary files a/initial.image and b/initial.image differ