diff options
-rw-r--r-- | filesystems/fsx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/fsx/Makefile b/filesystems/fsx/Makefile index 52f50329d80..f46fcd87295 100644 --- a/filesystems/fsx/Makefile +++ b/filesystems/fsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/11/06 16:12:08 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/08/23 17:54:05 jlam Exp $ DISTNAME= fsx-2009 CATEGORIES= filesystems @@ -14,7 +14,7 @@ DIST_SUBDIR= ${DISTNAME} WRKSRC= ${WRKDIR} USE_TOOLS+= gmake BUILD_TARGET= fsx -MAKE_FLAGS= CFLAGS=${CFLAGS} +MAKE_FLAGS= CFLAGS=${CFLAGS:Q} INSTALLATION_DIRS= bin share/doc/fsx |