head     2.4;
branch   ;
access   ;
symbols  ;
locks    bin:2.4;
comment  @# @;


2.4
date     93.08.09.13.43.33;  author bin;  state Exp;
branches ;
next     2.3;

2.3
date     93.07.20.11.19.40;  author bin;  state Exp;
branches ;
next     2.2;

2.2
date     93.07.14.11.03.25;  author root;  state Exp;
branches ;
next     2.1;

2.1
date     93.07.07.11.11.39;  author root;  state Exp;
branches ;
next     ;


desc
@@


2.4
log
@Kernel 82 changes
@
text
@#
# Makefile for ibm specific coherent sources and coherent images.
#

USRINC=/usr/include
SYSINC=$(USRINC)/sys
AS=exec /bin/as
CC=exec /bin/cc
ASFLAGS=-g
T=/tmp

# HAIINC = $(SYSINC)/haiinst.h $(SYSINC)/haiscsi.h

HAIOBJ = \
	$(K386OBJ)/hai154x.o \
	$(K386OBJ)/haict.o \
	$(K386OBJ)/haiscsi.o \
	$(K386OBJ)/haisd.o

IOOBJ = \
	$(K386OBJ)/aha.o \
	$(K386OBJ)/aha_dsl.o \
	$(K386OBJ)/albaud.o \
	$(K386OBJ)/alx.o \
	$(K386OBJ)/asy.o \
	$(K386OBJ)/at.o \
	$(K386OBJ)/bufq.o \
	$(K386OBJ)/com1.o \
	$(K386OBJ)/com2.o \
	$(K386OBJ)/ct.o \
	$(K386OBJ)/dmareq.o \
	$(K386OBJ)/fdisk.o \
	$(K386OBJ)/fdc.o \
	$(K386OBJ)/fl386.o \
	$(K386OBJ)/ft.o \
	$(K386OBJ)/hai.o \
	$(K386OBJ)/hs.o \
	$(K386OBJ)/ipc.o \
	$(K386OBJ)/lp.o \
	$(K386OBJ)/kb.o \
	$(K386OBJ)/mm.o \
	$(K386OBJ)/mmas.o \
	$(K386OBJ)/msg.o \
	$(K386OBJ)/nkb.o \
	$(K386OBJ)/pty.o \
	$(K386OBJ)/putchar.o \
	$(K386OBJ)/rm.o \
	$(K386OBJ)/scsi.o \
	$(K386OBJ)/sem386.o \
	$(K386OBJ)/shm1.o \
	$(K386OBJ)/ss.o \
	$(K386OBJ)/tty.o \
	$(K386OBJ)/vtkb.o \
	$(K386OBJ)/vtnkb.o \
	$(K386OBJ)/vtmm.o \
	$(K386OBJ)/vtmmas.o \
	$(K386OBJ)/xla.o \
	$(K386OBJ)/xl_dec.o \
	$(K386OBJ)/xlft.o
#	$(K386OBJ)/kb.o \
#	$(K386OBJ)/kb_d.o \
#	$(K386OBJ)/kb_f.o \
#	$(K386OBJ)/vtkb.o \
#	$(K386OBJ)/vtkb_d.o \
#	$(K386OBJ)/vtkb_f.o \

all: $(IOOBJ)
	@@echo "io objects up to date"

clean:
	@@:

$(K386OBJ)/aha.o: aha.c $(SYSINC)/aha154x.h
	$(CC) $(CFLAGS) -c -o $@@ aha.c

$(K386OBJ)/aha_dsl.o: aha_dsl.c $(SYSINC)/aha154x.h
	$(CC) $(CFLAGS) -c -o $@@ aha_dsl.c

$(K386OBJ)/albaud.o: albaud.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/alx.o:  alx.c \
	$(SYSINC)/clist.h $(SYSINC)/coherent.h \
	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
	$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h $(SYSINC)/con.h
	$(CC) $(CFLAGS) -c -o $@@ alx.c

$(K386OBJ)/asy.o: asy.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/at.o:	at.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/bufq.o: bufq.c $(SYSINC)/buf.h $(SYSINC)/coherent.h
	$(CC) $(CFLAGS) -DALCOM1=1 -c -o $@@ bufq.c

$(K386OBJ)/com1.o: al.c \
		$(SYSINC)/clist.h $(SYSINC)/coherent.h $(SYSINC)/types.h \
		$(USRINC)/kernel/timeout.h $(USRINC)/kernel/reg.h \
		$(USRINC)/kernel/param.h $(SYSINC)/con.h $(USRINC)/sys/errno.h \
		$(SYSINC)/ins8250.h $(SYSINC)/sched.h $(SYSINC)/stat.h \
		$(SYSINC)/tty.h $(SYSINC)/ktty.h $(SYSINC)/uproc.h
	$(CC) $(CFLAGS) -DALCOM1=1 -c -o $@@ al.c

$(K386OBJ)/com2.o: al.c	\
		$(SYSINC)/clist.h $(SYSINC)/coherent.h $(SYSINC)/types.h \
		$(USRINC)/kernel/timeout.h $(USRINC)/kernel/reg.h \
		$(USRINC)/kernel/param.h $(SYSINC)/con.h $(USRINC)/sys/errno.h \
		$(SYSINC)/ins8250.h $(SYSINC)/sched.h $(SYSINC)/stat.h \
		$(SYSINC)/tty.h $(SYSINC)/ktty.h $(SYSINC)/uproc.h
	$(CC) $(CFLAGS) -DALCOM2=1 -c -o $@@ al.c

$(K386OBJ)/ct.o: ct.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/dmareq.o:			\
		$(SYSINC)/buf.h		\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/con.h		\
		$(SYSINC)/dmac.h	\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/io.h		\
		$(SYSINC)/proc.h	$(SYSINC)/types.h $(USRINC)/poll.h \
		$(SYSINC)/sched.h	\
		$(SYSINC)/seg.h		\
		$(SYSINC)/stat.h	\
		$(SYSINC)/uproc.h	\
		dmareq.c
	$(CC) $(CFLAGS) -c -o $@@ dmareq.c

$(K386OBJ)/fdisk.o:			\
		$(SYSINC)/buf.h		\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/con.h		\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/fdisk.h	\
		$(SYSINC)/file.h	\
		$(SYSINC)/uproc.h	\
		fdisk.c
	$(CC) $(CFLAGS) -c -o $@@ fdisk.c

$(K386OBJ)/fdc.o:				\
		$(SYSINC)/buf.h		\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/con.h		\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/fdc765.h		\
		$(SYSINC)/uproc.h	\
		fdc.c
	$(CC) $(CFLAGS) -c -o $@@ fdc.c

$(K386OBJ)/fl386.o:				\
		$(SYSINC)/buf.h		\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/con.h		\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/fdioctl.h	\
		$(SYSINC)/sched.h	\
		$(SYSINC)/fdc765.h	\
		$(SYSINC)/uproc.h	\
		$(SYSINC)/file.h	\
		fl386.c
	$(CC) $(CFLAGS) -c -o $@@ fl386.c

$(K386OBJ)/fontw.o: fontgen.c
	$(CC) -i fontgen.c -o fontgen
	: ./fontgen > $*.s
	rm fontgen
	: $(AS) -gxo $@@ $*.s

$(K386OBJ)/ft.o: ft.c
	$(CC) $(CFLAGS) -VSUVAR -c -o $@@ $<

$(K386OBJ)/hai.o: $(HAIOBJ) $(HAIINC)
	ld -r -o $@@ $(HAIOBJ)

$(K386OBJ)/hai154x.o: hai154x.c $(HAIINC)
	$(CC) $(CFLAGS) -c -o $@@ hai154x.c

$(K386OBJ)/haict.o: haict.c $(HAIINC)
	$(CC) $(CFLAGS) -c -o $@@ haict.c

$(K386OBJ)/haiscsi.o: haiscsi.c $(HAIINC)
	$(CC) $(CFLAGS) -c -o $@@ haiscsi.c

$(K386OBJ)/haisd.o: haisd.c $(HAIINC)
	$(CC) $(CFLAGS) -c -o $@@ haisd.c

$(K386OBJ)/hs.o: hs.c
	$(CC) $(CFLAGS) -c -o $@@ hs.c

$(K386OBJ)/ipc.o: ipc.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/kb.o:				\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/con.h		\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/sched.h	\
		$(USRINC)/signal.h	\
		$(SYSINC)/stat.h	\
		$(SYSINC)/tty.h		$(SYSINC)/ktty.h \
		$(SYSINC)/uproc.h	\
		kb.c
	$(CC) $(CFLAGS) -c -o $@@ kb.c

$(K386OBJ)/vtkb.o:				\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/con.h		\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/sched.h	\
		$(USRINC)/signal.h	\
		$(SYSINC)/stat.h	\
		$(SYSINC)/tty.h		$(SYSINC)/ktty.h \
		$(SYSINC)/uproc.h	\
		$(SYSINC)/kb.h		\
		$(SYSINC)/vt.h		\
		vtkb.c
	$(CC) $(CFLAGS) -c -o $@@ vtkb.c

$(K386OBJ)/lp.o:				\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/con.h		\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/io.h		\
		$(SYSINC)/proc.h	$(SYSINC)/types.h $(USRINC)/poll.h \
		$(SYSINC)/stat.h	\
		$(SYSINC)/uproc.h	\
		lp386.c
	$(CC) $(CFLAGS) -c -o $@@ lp386.c

$(K386OBJ)/mm.o:				\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/sched.h	\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/stat.h	\
		$(SYSINC)/io.h		\
		$(SYSINC)/tty.h		$(SYSINC)/ktty.h \
		$(SYSINC)/uproc.h	\
		mm.c
	$(CC) $(CFLAGS) -c -o $@@ mm.c

$(K386OBJ)/mmas.o:	mmas.s
	$(AS) -g -x -o $@@ $<

$(K386OBJ)/msg.o: msg386.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/nkb.o:				\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/param.h \
		$(SYSINC)/con.h		\
		$(SYSINC)/devices.h	\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/kb.h	\
		$(USRINC)/kernel/reg.h	\
		$(SYSINC)/seg.h	\
		$(SYSINC)/sched.h	\
		$(USRINC)/signal.h	\
		$(SYSINC)/stat.h	\
		$(SYSINC)/tty.h		$(SYSINC)/ktty.h \
		$(SYSINC)/uproc.h	\
		nkb.c
	$(CC) $(CFLAGS) -c -o $@@ nkb.c

$(K386OBJ)/pty.o:  pty.c \
	$(SYSINC)/stat.h $(SYSINC)/uproc.h \
	$(SYSINC)/tty.h $(SYSINC)/con.h \
	$(SYSINC)/devices.h $(USRINC)/sys/errno.h
	$(CC) $(CFLAGS) -c -o $@@ pty.c

$(K386OBJ)/putchar.o:			\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(USRINC)/kernel/timeout.h \
					$(USRINC)/kernel/reg.h $(USRINC)/kernel/param.h \
		$(SYSINC)/asy.h		\
		$(SYSINC)/con.h		\
		$(SYSINC)/devices.h	\
		$(SYSINC)/file.h	\
		$(SYSINC)/io.h		\
		$(SYSINC)/stat.h	\
		putchar.c
	$(CC) $(CFLAGS) -c -o $@@ putchar.c

$(K386OBJ)/rm.o: rm.c \
		$(SYSINC)/file.h
	$(CC) $(CFLAGS) -c -o $@@ rm.c

$(K386OBJ)/scsi.o: scsi.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/sem386.o: sem386.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/shm1.o: shm1.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/ss.o: ss.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/tty.o: tty.c \
		$(SYSINC)/file.h
	$(CC) $(CFLAGS) -c -o $@@ tty.c

$(K386OBJ)/vtmm.o: vtmm.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/vtmmas.o:	vtmmas.s
	$(AS) -g -x -o $@@ $<

$(K386OBJ)/vtnkb.o: vtnkb.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/xlft.o: xlft.c \
		$(SYSINC)/file.h
	$(CC) $(CFLAGS) -VSUVAR -c -o $@@ xlft.c

$(K386OBJ)/xl_dec.o: xl_dec.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/xla.o:	xla.s
	$(AS) -g -o $@@ $<
@


2.3
log
@*** empty log message ***
@
text
@d12 1
a12 1
HAIINC = $(SYSINC)/haiinst.h $(SYSINC)/haiscsi.h
d15 4
a18 6
	$T/hai154x.o \
	$T/haicfg.o \
	$T/haict.o \
	$T/haiinst.o \
	$T/haiscsi.o \
	$T/haisd.o
d39 1
a40 3
	$(K386OBJ)/kb_d.o \
	$(K386OBJ)/kb_f.o \
	$(K386OBJ)/lp.o \
d53 2
a56 4
	$(K386OBJ)/vtnkb.o \
	$(K386OBJ)/vtkb.o \
	$(K386OBJ)/vtkb_d.o \
	$(K386OBJ)/vtkb_f.o \
d60 6
d70 3
d84 2
a85 2
	$(SYSINC)/types.h $(SYSINC)/timeout.h \
	$(SYSINC)/reg.h $(SYSINC)/param.h $(SYSINC)/fun.h $(SYSINC)/con.h
d98 3
a100 3
		$(SYSINC)/clist.h	$(SYSINC)/coherent.h $(SYSINC)/types.h \
		$(SYSINC)/timeout.h $(SYSINC)/reg.h $(SYSINC)/param.h \
		$(SYSINC)/fun.h $(SYSINC)/con.h $(USRINC)/sys/errno.h $(SYSINC)/reg.h \
d102 1
a102 1
		$(SYSINC)/timeout.h $(SYSINC)/tty.h $(SYSINC)/ktty.h $(SYSINC)/uproc.h
d106 3
a108 3
		$(SYSINC)/clist.h	$(SYSINC)/coherent.h $(SYSINC)/types.h \
		$(SYSINC)/timeout.h $(SYSINC)/reg.h $(SYSINC)/param.h \
		$(SYSINC)/fun.h $(SYSINC)/con.h $(USRINC)/sys/errno.h $(SYSINC)/reg.h \
d110 1
a110 1
		$(SYSINC)/timeout.h $(SYSINC)/tty.h $(SYSINC)/ktty.h $(SYSINC)/uproc.h
d118 2
a119 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
d134 2
a135 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
d146 2
a147 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
d157 2
a158 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
d181 1
a181 1
$T/hai154x.o: hai154x.c $(HAIINC)
d184 2
a185 2
$T/haicfg.o: haicfg.c $(HAIINC)
	$(CC) $(CFLAGS) -c -o $@@ haicfg.c
d187 2
a188 5
$T/haict.o: haict.c $(HAIINC)
	$(CC) $(CFLAGS) -c -o $@@ haict.c

$T/haiinst.o: haiinst.c $(HAIINC)
	$(CC) $(CFLAGS) -c -o $@@ haiinst.c
d190 1
a190 4
$T/haiscsi.o: haiscsi.c $(HAIINC)
	$(CC) $(CFLAGS) -c -o $@@ haiscsi.c

$T/haisd.o: haisd.c $(HAIINC)
d200 2
a201 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
a203 1
		$(SYSINC)/reg.h	\
a206 1
		$(SYSINC)/timeout.h	\
d213 2
a214 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
a216 1
		$(SYSINC)/reg.h	\
a219 1
		$(SYSINC)/timeout.h	\
d227 3
a229 4
$(K386OBJ)/vtkb_d.o:				\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
a231 43
		$(SYSINC)/reg.h	\
		$(SYSINC)/sched.h	\
		$(USRINC)/signal.h	\
		$(SYSINC)/stat.h	\
		$(SYSINC)/timeout.h	\
		$(SYSINC)/tty.h		$(SYSINC)/ktty.h \
		$(SYSINC)/uproc.h	\
		$(SYSINC)/kb.h		\
		$(SYSINC)/vt.h		\
		vtkb_d.c
	$(CC) $(CFLAGS) -c -o $@@ vtkb_d.c

$(K386OBJ)/vtkb_f.o:				\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
		$(SYSINC)/con.h		\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/reg.h	\
		$(SYSINC)/sched.h	\
		$(USRINC)/signal.h	\
		$(SYSINC)/stat.h	\
		$(SYSINC)/timeout.h	\
		$(SYSINC)/tty.h		$(SYSINC)/ktty.h \
		$(SYSINC)/uproc.h	\
		$(SYSINC)/kb.h		\
		$(SYSINC)/vt.h		\
		vtkb_f.c
	$(CC) $(CFLAGS) -c -o $@@ vtkb_f.c

$(K386OBJ)/kb_d.o: kb_d.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/kb_f.o: kb_f.c
	$(CC) $(CFLAGS) -c -o $@@ $<

$(K386OBJ)/lp.o:				\
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
		$(SYSINC)/con.h		\
		$(USRINC)/sys/errno.h	\
		$(SYSINC)/reg.h	\
a234 1
		$(SYSINC)/timeout.h	\
d240 2
a241 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
a247 1
		$(SYSINC)/timeout.h	\
d252 1
a252 1
	$(AS) -g -o $@@ $<
d258 2
a259 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/param.h \
					$(SYSINC)/fun.h \
d264 1
a264 1
		$(SYSINC)/reg.h	\
a268 1
		$(SYSINC)/timeout.h	\
d281 2
a282 3
		$(SYSINC)/coherent.h	$(SYSINC)/types.h $(SYSINC)/timeout.h \
					$(SYSINC)/reg.h $(SYSINC)/param.h \
					$(SYSINC)/fun.h \
d316 1
a316 1
	$(AS) -g -o $@@ $<
@


2.2
log
@From Nigel
@
text
@d10 1
d12 10
d37 2
d64 2
a65 2
	$(K386OBJ)/xl_dec.o
#	$(K386OBJ)/xlft.o
d176 24
@


2.1
log
@Last Pre-STREAMS kernel
@
text
@a25 5
	$(K386OBJ)/ft.o \
	$(K386OBJ)/haiscsi.o \
	$(K386OBJ)/haiAha.o \
	$(K386OBJ)/haiCt.o \
	$(K386OBJ)/haiSd.o \
a49 1
	$(K386OBJ)/xlft.o \
d52 1
d84 1
a84 1
		$(SYSINC)/fun.h $(SYSINC)/con.h $(USRINC)/errno.h $(SYSINC)/reg.h \
d92 1
a92 1
		$(SYSINC)/fun.h $(SYSINC)/con.h $(USRINC)/errno.h $(SYSINC)/reg.h \
d107 1
a107 1
		$(USRINC)/errno.h	\
d123 1
a123 1
		$(USRINC)/errno.h	\
d125 1
a125 1
		$(SYSINC)/inode.h	\
d136 1
a136 1
		$(USRINC)/errno.h	\
d148 1
a148 1
		$(USRINC)/errno.h	\
d151 1
a151 1
		$(SYSINC)/fdc765.h		\
d153 1
a162 15
$(K386OBJ)/ft.o: ft.c
	$(CC) $(CFLAGS) -VSUVAR -c -o $@@ $<

$(K386OBJ)/haiscsi.o: haiscsi.c $(SYSINC)/haiscsi.h
	$(CC) $(CFLAGS) -c -o $@@ haiscsi.c

$(K386OBJ)/haiAha.o: haiAha.c $(SYSINC)/haiscsi.h
	$(CC) $(CFLAGS) -c -o $@@ haiAha.c

$(K386OBJ)/haiSd.o: haiSd.c $(SYSINC)/haiscsi.h
	$(CC) $(CFLAGS) -c -o $@@ haiSd.c

$(K386OBJ)/haiCt.o: haiCt.c $(SYSINC)/haiscsi.h
	$(CC) $(CFLAGS) -c -o $@@ haiCt.c

d174 1
a174 1
		$(USRINC)/errno.h	\
d190 1
a190 1
		$(USRINC)/errno.h	\
d208 1
a208 1
		$(USRINC)/errno.h	\
d226 1
a226 1
		$(USRINC)/errno.h	\
d250 1
a250 1
		$(USRINC)/errno.h	\
d265 1
a265 1
		$(USRINC)/errno.h	\
d286 1
a286 1
		$(USRINC)/errno.h	\
d302 1
a302 1
	$(SYSINC)/devices.h $(USRINC)/errno.h
d311 2
a312 2
		$(SYSINC)/devices.h		\
		$(SYSINC)/inode.h	\
d318 3
a320 2
$(K386OBJ)/rm.o: rm.c
	$(CC) $(CFLAGS) -c -o $@@ $<
d334 3
a336 2
$(K386OBJ)/tty.o: tty.c
	$(CC) $(CFLAGS) -c -o $@@ $<
d347 3
a349 2
$(K386OBJ)/xlft.o: xlft.c
	$(CC) $(CFLAGS) -VSUVAR -c -o $@@ $<
@
