freebsd-skq/usr.bin/mkesdb/Makefile
jhibbits 5fcd241a6c The LDFLAGS isn't needed, and breaks the build on powerpc64.
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.
2015-06-30 06:02:42 +00:00

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>