64db83a8ab
encoding the relative path.
10 lines
152 B
Makefile
10 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/ibcs2
|
|
KMOD= ibcs2_coff
|
|
SRCS= imgact_coff.c vnode_if.h
|
|
NOMAN=
|
|
CFLAGS+= -DCOMPAT_IBCS2
|
|
|
|
.include <bsd.kmod.mk>
|