mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
10 lines
147 B
Makefile
10 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>
|