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