summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/vesa/Makefile')
-rw-r--r--sys/modules/vesa/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
index 3270dbc..4437531 100644
--- a/sys/modules/vesa/Makefile
+++ b/sys/modules/vesa/Makefile
@@ -1,8 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
-KMOD = vesa
-SRCS = vesa.c scvesactl.c opt_vga.h opt_vesa.h
-NOMAN =
+.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
+
+KMOD= vesa
+SRCS= vesa.c scvesactl.c opt_vga.h opt_vesa.h
+NOMAN=
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud