9673a2c2d0
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.
13 lines
187 B
Makefile
13 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>
|