Makefile revision 1.1
11.1Scl# $NetBSD: Makefile,v 1.1 2003/10/26 01:06:27 cl Exp $ 21.1Scl 31.1Scl.include <bsd.own.mk> 41.1Scl 51.1SclMODULE= gdb 61.1Scl 71.1SclFIND_ARGS= \! \( -type d -name sim -prune \) 81.1Scl 91.1SclCONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \ 101.1Scl --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," 111.1Scl 121.1SclMAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q} 131.1Scl 141.1SclALL_TARGET= all-gdb 151.1SclINSTALL_TARGET= install-gdb 161.1Scl 171.1Scl.include "${.CURDIR}/../Makefile.gnuhost" 181.1Scl 19