193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
144 B
Makefile
11 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/i386/ibcs2
|
|
|
|
KMOD= ibcs2_coff
|
|
SRCS= imgact_coff.c vnode_if.h
|
|
|
|
CFLAGS+= -DCOMPAT_IBCS2
|
|
|
|
.include <bsd.kmod.mk>
|