7634b963ec
This hack is very fragile, and was broken on powerpc64 when metamode was introduced. Removing it survives a buildworld for all architectures, and fixes the build on powerpc64.
11 lines
161 B
Makefile
11 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/iconv
|
|
|
|
PROG= mkesdb
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
.include <bsd.prog.mk>
|