11 lines
153 B
Makefile
11 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../compat/pecoff
|
|
|
|
KMOD= pecoff
|
|
SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h
|
|
|
|
CFLAGS+= -DDEBUG
|
|
|
|
.include <bsd.kmod.mk>
|