mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
308 B
Makefile
11 lines
308 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ips
|
|
KMOD = ips
|
|
SRCS = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
|
|
ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
# XXX Work around clang warning, until maintainer approves fix.
|
|
CWARNFLAGS.ips.c= ${NO_WSOMETIMES_UNINITIALIZED}
|