freebsd-dev/sys/modules/vesa/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

13 lines
196 B
Makefile

KMOD= vesa
SRCS= opt_vga.h opt_vesa.h
SRCS+= bus_if.h device_if.h pci_if.h
.PATH: ${SRCTOP}/sys/dev/fb
SRCS+= vesa.c
.PATH: ${SRCTOP}/sys/dev/syscons
SRCS+= scvesactl.c
.include <bsd.kmod.mk>