17d6c63672
Not objected to by: -current
11 lines
147 B
Makefile
11 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/ibcs2
|
|
|
|
KMOD= ibcs2_coff
|
|
SRCS= imgact_coff.c vnode_if.h
|
|
|
|
CFLAGS+= -DCOMPAT_IBCS2
|
|
|
|
.include <bsd.kmod.mk>
|