mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
10 lines
168 B
Makefile
10 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/ibcs2
|
|
KMOD= ibcs2_coff
|
|
SRCS= imgact_coff.c vnode_if.h
|
|
NOMAN=
|
|
CFLAGS+= -DCOMPAT_IBCS2
|
|
KMODDEPS= ibcs2
|
|
|
|
.include <bsd.kmod.mk>
|