summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-09-15 20:14:11 +0000
committersos <sos@FreeBSD.org>1998-09-15 20:14:11 +0000
commit1cecbdf1b410af5c5cd9e0fddbb957ee4fcf3d6d (patch)
tree0d026592350f28b8a117a172058bc11f8242cb3e /sys/modules/vesa
parent8610298fa884f4db1170b5baff6186ef4969717e (diff)
downloadFreeBSD-src-1cecbdf1b410af5c5cd9e0fddbb957ee4fcf3d6d.zip
FreeBSD-src-1cecbdf1b410af5c5cd9e0fddbb957ee4fcf3d6d.tar.gz
Double oops, committed the wrong Makefile ata that, fixed.
Diffstat (limited to 'sys/modules/vesa')
-rw-r--r--sys/modules/vesa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
index adf66ba..ae9662f 100644
--- a/sys/modules/vesa/Makefile
+++ b/sys/modules/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 =
OpenPOWER on IntegriCloud