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

13 lines
190 B
Makefile
Raw Normal View History

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