diff options
author | Robert de Bath <rdebath@poboxes.com> | 2002-02-17 23:02:29 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2013-10-23 23:48:46 +0200 |
commit | df538463687d768b6ee8247ff4412b78850e7404 (patch) | |
tree | 52f42c02ef8139e5d73a8504e1bb3e896f3c0bc9 /libc/bios/Makefile | |
parent | d91fa39567f5659e3931cf61517d62fddcd87570 (diff) | |
download | dev86-df538463687d768b6ee8247ff4412b78850e7404.tar.gz |
Import Dev86src-0.16.2.tar.gzv0.16.2
Diffstat (limited to 'libc/bios/Makefile')
-rw-r--r-- | libc/bios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bios/Makefile b/libc/bios/Makefile index 116776e..3b01e77 100644 --- a/libc/bios/Makefile +++ b/libc/bios/Makefile @@ -8,7 +8,7 @@ AOBJ=bios_start.o bios_isatty.o bios_nofiles.o \ bios_read.o bios_write.o bios_lseek.o bios_close.o BSRC=bios_vid.c -BOBJ=bios_putc.o bios_getc.o bios_khit.o bios_rdline.o +BOBJ=bios_putc.o bios_getc.o bios_getce.o bios_khit.o bios_rdline.o OBJ=$(AOBJ) $(BOBJ) time.o fileops.o fs_dos.o rawio.o |