freebsd-dev/sys/modules/pecoff/Makefile
Ruslan Ermilov 9673a2c2d0 Removed -g from CFLAGS. There is a better way to build debugging
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.
2004-02-13 10:11:01 +00:00

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>