summaryrefslogtreecommitdiff
path: root/security/cfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/cfs/Makefile')
-rw-r--r--security/cfs/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile
index 84bf234fdbc..9614dbe60d7 100644
--- a/security/cfs/Makefile
+++ b/security/cfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:47:10 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/12/05 20:50:55 rillig Exp $
DISTNAME= cfs-1.4.1
PKGREVISION= 5
@@ -30,7 +30,7 @@ CFS_SUBST+= cpasswd->cfs_passwd CPASSWD->CFS_PASSWD
.include "../../mk/compiler.mk"
.include "../../mk/bsd.prefs.mk"
-MAKE_ENV+= OPSYS="${OPSYS}"
+MAKE_ENV+= OPSYS=${OPSYS:Q}
# Required settings necessary to build CFS on various platforms. This is
# copied from ${WRKSRC}/Makefile and from browsing the various README files.
@@ -38,7 +38,7 @@ MAKE_ENV+= OPSYS="${OPSYS}"
.if ${OPSYS} == "NetBSD"
CFLAGS+= -DPROTOTYPES=1
CFLAGS+= -DBSD44 -DANYPORT -DCFS_PORT=2049 -DSHORTLINKS
-MAKE_ENV+= MAKE=${MAKE_PROGRAM}
+MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
MAKE_ENV+= COMPAT="-lcompat"
MAKE_ENV+= RPCOPTS="-b"
#
@@ -54,7 +54,7 @@ CFLAGS+= -traditional
. endif
CFLAGS+= -DPROTOTYPES=1
CFLAGS+= -DSOLARIS2X -DPORTMAP -DPTMX
-MAKE_ENV+= MAKE=${MAKE_PROGRAM}
+MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
MAKE_ENV+= LIBS="-lsocket -lnsl"
MAKE_ENV+= COMPAT=
MAKE_ENV+= RPCOPTS=
@@ -65,7 +65,7 @@ CFLAGS+= -traditional
. endif
CFLAGS+= -DPROTOTYPES=1
CFLAGS+= -U__OPTIMIZE__ -U__STDC__ -Dd_fileno=d_ino
-MAKE_ENV+= MAKE=${MAKE_PROGRAM}
+MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
MAKE_ENV+= LIBS=
MAKE_ENV+= COMPAT=
MAKE_ENV+= RPCOPTS="-k -b"