mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
11 lines
171 B
Makefile
11 lines
171 B
Makefile
# $Id$
|
|
|
|
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
|
|
KMOD= ibcs2_coff_mod
|
|
SRCS= coff.c imgact_coff.c
|
|
VFS_LKM=
|
|
NOMAN=
|
|
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
|
|
|
|
.include <bsd.kmod.mk>
|