svn commit: r264401 - head/sbin/mount_fusefs

Warner Losh imp at FreeBSD.org
Sun Apr 13 05:22:22 UTC 2014


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}


More information about the svn-src-head mailing list