mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
12 lines
154 B
Makefile
12 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/ibcs2
|
|
|
|
KMOD= ibcs2_coff
|
|
SRCS= imgact_coff.c vnode_if.h
|
|
NOMAN=
|
|
|
|
CFLAGS+= -DCOMPAT_IBCS2
|
|
|
|
.include <bsd.kmod.mk>
|