signal handler and job control hacking.

This commit is contained in:
shivers 1996-08-21 21:27:48 +00:00
parent 7a1e5a6da7
commit dd40a220df
2 changed files with 5 additions and 2 deletions

View File

@ -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"

Binary file not shown.