NetBSD/tools/file/Makefile
gson 60359fcd1e When building with "-j 2", linking the "file" tool failed because
libmagic.la hadn't been built yet.  Work around by adding a .NOTPARALLEL
target.
2003-07-08 03:41:34 +00:00

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"