1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/modules/pecoff/Makefile

13 lines
209 B
Makefile
Raw Normal View History

# $FreeBSD$
MAINTAINER= takawata@FreeBSD.org
.PATH: ${.CURDIR}/../../compat/pecoff
KMOD= pecoff
SRCS= imgact_pecoff.c opt_kstack_pages.h opt_pecoff.h vnode_if.h
CFLAGS+= -g -DDEBUG
.include <bsd.kmod.mk>