Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 05:22:22 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264401 - head/sbin/mount_fusefs
Message-ID:  <201404130522.s3D5MM6H052950@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Apr 13 05:22:22 2014
New Revision: 264401
URL: http://svnweb.freebsd.org/changeset/base/264401

Log:
  In tree makefile shouldn't be setting policy piecemeal. Don't set
  NO_MANCOMPRESS here.

Modified:
  head/sbin/mount_fusefs/Makefile

Modified: head/sbin/mount_fusefs/Makefile
==============================================================================
--- head/sbin/mount_fusefs/Makefile	Sun Apr 13 05:21:56 2014	(r264400)
+++ head/sbin/mount_fusefs/Makefile	Sun Apr 13 05:22:22 2014	(r264401)
@@ -23,7 +23,6 @@ DEBUG_FLAGS+= -DFUSE4BSD_VERSION="\"${F4
 PROG=	mount_fusefs
 SRCS=	mount_fusefs.c getmntopts.c
 MAN8=	mount_fusefs.8
-NO_MANCOMPRESS?=	yes
 
 MOUNT=	${.CURDIR}/../mount
 CFLAGS+=	-I${MOUNT}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404130522.s3D5MM6H052950>