mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01: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>
|