d19d7d58aa
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/05/07 08:51:48 wiz Exp $
|
|
|
|
USE_FORT?= yes # data-driven bugs?
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk> # for MKDYNAMICROOT definition
|
|
|
|
PROG= bzip2recover
|
|
|
|
.if (${MKDYNAMICROOT} == "no")
|
|
LDSTATIC?= -static
|
|
.endif
|
|
|
|
DIST= ${NETBSDSRCDIR}/dist/bzip2
|
|
.PATH: ${DIST}
|
|
|
|
.include <bsd.prog.mk>
|