summaryrefslogtreecommitdiffstats
path: root/sys/modules/coff/Makefile
blob: a2e032ead9c029e52dd6b711373a913ec8703559 (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id$

.PATH:	${.CURDIR}/../../sys/i386/ibcs2
KMOD=	ibcs2_coff_mod
SRCS= 	coff.c imgact_coff.c vnode_if.h
NOMAN=
CLEANFILES+= vnode_if.h vnode_if.c
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud