mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
7 lines
154 B
Makefile
7 lines
154 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/chromebook_platform
|
|
KMOD= chromebook_platform
|
|
SRCS= chromebook_platform.c bus_if.h device_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|