205a48f7f3
opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
13 lines
190 B
Makefile
13 lines
190 B
Makefile
# $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>
|