example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
9 lines
175 B
Makefile
9 lines
175 B
Makefile
# $NetBSD: vars.mk,v 1.2 2005/12/05 20:50:12 rillig Exp $
|
|
|
|
.if !defined(SUSE_VARS_MK)
|
|
SUSE_VARS_MK= # defined
|
|
|
|
SUSE_VERSION= 7.3
|
|
SUSE_DIR_PREFIX= suse
|
|
|
|
.endif # SUSE_VARS_MK
|