60359fcd1e
libmagic.la hadn't been built yet. Work around by adding a .NOTPARALLEL target.
11 lines
208 B
Makefile
11 lines
208 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/07/08 03:41:34 gson Exp $
|
|
#
|
|
|
|
GNUHOSTDIST= ${.CURDIR}/../../dist/file
|
|
|
|
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
|
|
|
|
.NOTPARALLEL:
|
|
|
|
.include "${.CURDIR}/../Makefile.gnuhost"
|