diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-09-15 20:14:11 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-09-15 20:14:11 +0000 |
| commit | 35e46e3eaf47eea853eead13ff56aa981bc1aae1 (patch) | |
| tree | f78a8f9a7abd9240c7db17a3362d12305db1a5e6 | |
| parent | c3fa0a68ff42c60ddecdf5fb39da017a308a0493 (diff) | |
Notes
| -rw-r--r-- | lkm/vesa/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/vesa/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lkm/vesa/Makefile b/lkm/vesa/Makefile index adf66ba04807..ae9662f40aaa 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 = diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile index adf66ba04807..ae9662f40aaa 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 = |
