diff options
author | Keith Packard <keithp@keithp.com> | 2000-10-20 00:19:51 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-10-20 00:19:51 +0000 |
commit | 8f634a6516caca0e4be875e696820a820e480cff (patch) | |
tree | 05a2cbcde355e23de13fa64e64ea8ec6e340e8fd /hw/kdrive/vesa/Imakefile | |
parent | f16d5d6817f15be35293ee995d073eb57fafe283 (diff) |
Diffstat (limited to 'hw/kdrive/vesa/Imakefile')
-rw-r--r-- | hw/kdrive/vesa/Imakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/kdrive/vesa/Imakefile b/hw/kdrive/vesa/Imakefile index b891e70b3..4a30f94a0 100644 --- a/hw/kdrive/vesa/Imakefile +++ b/hw/kdrive/vesa/Imakefile @@ -1,10 +1,10 @@ -XCOMM $XFree86$ +XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/vesa/Imakefile,v 1.2 2000/09/03 05:11:22 keithp Exp $ KDRIVE=.. #include "../Kdrive.tmpl" -SRCS = vesa.c vesainit.c vbe.c +SRCS = vesa.c vesainit.c vbe.c vga.c vm86.c -OBJS = vesa.o vesainit.o vbe.o +OBJS = vesa.o vesainit.o vbe.o vga.o vm86.o INCLUDES = -I. $(KDINCS) |