[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3

File: [cvs.NetBSD.org] / src / external / gpl3 / Makefile (download)

Revision 1.1, Fri Aug 21 06:54:01 2009 UTC (14 years, 8 months ago) by skrll
Branch: MAIN

Build binutils if ${MKBFD} != "no" && ${HAVE_BINUTILS} == "219"

#	$NetBSD: Makefile,v 1.1 2009/08/21 06:54:01 skrll Exp $

.include <bsd.own.mk>

.if ${MKBFD} != "no" && ${HAVE_BINUTILS} == "219"
SUBDIR+=	binutils
.endif

.include <bsd.subdir.mk>