mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
bffb191efe
To use it, some dll is needed. And currently, the dll is only for NetBSD. So one more kernel module is needed. For more infomation, http://chiharu.haun.org/peace/ . Reviewed by: bp
16 lines
258 B
Makefile
16 lines
258 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../compat/pecoff
|
|
|
|
MAINTAINER= takawata@FreeBSD.org
|
|
|
|
KMOD= pecoff
|
|
SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h
|
|
|
|
|
|
CFLAGS+= -g -DDEBUG
|
|
#EXPORT_SYMS=_pecoff_mod
|
|
|
|
opt_pecoff.h:Makefile
|
|
touch opt_pecoff.h
|
|
.include <bsd.kmod.mk>
|