summaryrefslogtreecommitdiffstats
path: root/sys/modules/pecoff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/pecoff/Makefile')
-rw-r--r--sys/modules/pecoff/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/pecoff/Makefile b/sys/modules/pecoff/Makefile
index 0232d98..c109c6b 100644
--- a/sys/modules/pecoff/Makefile
+++ b/sys/modules/pecoff/Makefile
@@ -1,16 +1,16 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../compat/pecoff
-
MAINTAINER= takawata@FreeBSD.org
+.PATH: ${.CURDIR}/../../compat/pecoff
+
KMOD= pecoff
SRCS= imgact_pecoff.c opt_pecoff.h vnode_if.h
-
-CFLAGS+= -g -DDEBUG
+CFLAGS+= -g -DDEBUG
#EXPORT_SYMS=_pecoff_mod
-opt_pecoff.h:Makefile
+opt_pecoff.h: Makefile
touch opt_pecoff.h
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud