blob: 64d0ecd36233cac528b44b72608b0cd4b46e9ccf (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $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"
|