diff options
Diffstat (limited to 'sys/modules/vesa/Makefile')
-rw-r--r-- | sys/modules/vesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile index 69a0c33..610226f 100644 --- a/sys/modules/vesa/Makefile +++ b/sys/modules/vesa/Makefile @@ -4,10 +4,10 @@ KMOD= vesa SRCS= opt_vga.h opt_vesa.h SRCS+= bus_if.h device_if.h pci_if.h -.PATH: ${.CURDIR}/../../dev/fb +.PATH: ${SRCTOP}/sys/dev/fb SRCS+= vesa.c -.PATH: ${.CURDIR}/../../dev/syscons +.PATH: ${SRCTOP}/sys/dev/syscons SRCS+= scvesactl.c .include <bsd.kmod.mk> |