In tree makefile shouldn't be setting policy piecemeal. Don't set

NO_MANCOMPRESS here.
This commit is contained in:
Warner Losh 2014-04-13 05:22:22 +00:00
parent 3bdf775801
commit 0b8951c562
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264401

View file

@ -23,7 +23,6 @@ DEBUG_FLAGS+= -DFUSE4BSD_VERSION="\"${F4BVERS}\""
PROG= mount_fusefs
SRCS= mount_fusefs.c getmntopts.c
MAN8= mount_fusefs.8
NO_MANCOMPRESS?= yes
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}