SRCS= bit.c \
		dtable.c \
		expect.c \
		globals.c \
		handle.c \
		host.c \
		hpux.c \
		ioqueue.c \
		login.c \
		main.c \
		queue.c \
		saveargv.c \
		servercmd.c \
		serverio.c \
		termio.c \
		termlib.c

OBJS= bit.o \
		dtable.o \
		expect.o \
		globals.o \
		handle.o \
		host.o \
		hpux.o \
		ioqueue.o \
		login.o \
		main.o \
		queue.o \
		saveargv.o \
		servercmd.o \
		serverio.o \
		termio.o \
		termlib.o
###
bit.o: misc.h bit.h
expect.o: misc.h fnlist.h
globals.o: misc.h fnlist.h proto.h
host.o: misc.h
hpux.o: misc.h
ioqueue.o: misc.h queue.h ioqueue.h
login.o: misc.h proto.h
main.o: misc.h proto.h queue.h ioqueue.h bit.h
queue.o: misc.h queue.h
saveargv.o: misc.h
servercmd.o: misc.h proto.h queue.h ioqueue.h
serverio.o: misc.h queue.h ioqueue.h
termio.o: misc.h
termlib.o: misc.h
