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: bit.h
expect.o: fnlist.h
globals.o: fnlist.h proto.h
ioqueue.o: queue.h ioqueue.h
login.o: misc.h /users/sys/empire/EMP/h/options.h proto.h
main.o: misc.h /users/sys/empire/EMP/h/options.h proto.h queue.h ioqueue.h \
	bit.h
queue.o: queue.h
servercmd.o: misc.h /users/sys/empire/EMP/h/options.h proto.h queue.h \
	ioqueue.h
serverio.o: misc.h /users/sys/empire/EMP/h/options.h queue.h ioqueue.h
