diff options
author | sos <sos@FreeBSD.org> | 1998-09-15 20:14:11 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-09-15 20:14:11 +0000 |
commit | 1cecbdf1b410af5c5cd9e0fddbb957ee4fcf3d6d (patch) | |
tree | 0d026592350f28b8a117a172058bc11f8242cb3e /lkm | |
parent | 8610298fa884f4db1170b5baff6186ef4969717e (diff) | |
download | FreeBSD-src-1cecbdf1b410af5c5cd9e0fddbb957ee4fcf3d6d.zip FreeBSD-src-1cecbdf1b410af5c5cd9e0fddbb957ee4fcf3d6d.tar.gz |
Double oops, committed the wrong Makefile ata that, fixed.
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/vesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/vesa/Makefile b/lkm/vesa/Makefile index adf66ba..ae9662f 100644 --- a/lkm/vesa/Makefile +++ b/lkm/vesa/Makefile @@ -1,6 +1,6 @@ -# $Id: $ +# $Id: Makefile,v 1.1 1998/09/15 20:09:18 sos Exp $ -.PATH: ${.CURDIR}/../../../sys/i386/isa +.PATH: ${.CURDIR}/../../sys/i386/isa KMOD = vesa_mod SRCS = vesa.c scvesactl.c sc.h opt_vesa.h opt_vm86.h NOMAN = |