mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped.
12 lines
187 B
Makefile
12 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= takawata@FreeBSD.org
|
|
|
|
.PATH: ${.CURDIR}/../../compat/pecoff
|
|
|
|
KMOD= pecoff
|
|
SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h
|
|
|
|
CFLAGS+= -DDEBUG
|
|
|
|
.include <bsd.kmod.mk>
|