summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs/Makefile
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-02-27 10:16:14 +0000
committeruqs <uqs@FreeBSD.org>2010-02-27 10:16:14 +0000
commitcda83d34a93e726f393334db2387227f1b55efa9 (patch)
tree38c53ffd0293259fa0618d58611bb4cd8a2a76a7 /sbin/mount_ntfs/Makefile
parent60c474d1ca77c8dde69406681b66aba82bf618b7 (diff)
downloadFreeBSD-src-cda83d34a93e726f393334db2387227f1b55efa9.zip
FreeBSD-src-cda83d34a93e726f393334db2387227f1b55efa9.tar.gz
mount_ntfs(8): make WARNS=6 clean
PR: bin/140000 Approved by: ed (co-mentor)
Diffstat (limited to 'sbin/mount_ntfs/Makefile')
-rw-r--r--sbin/mount_ntfs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile
index 5938b0d..416f1ac 100644
--- a/sbin/mount_ntfs/Makefile
+++ b/sbin/mount_ntfs/Makefile
@@ -9,8 +9,7 @@ DPADD= ${LIBKICONV}
LDADD= -lkiconv
MOUNT= ${.CURDIR}/../mount
-CFLAGS+=-I${MOUNT}
-WARNS?= 0
+CFLAGS+= -I${MOUNT}
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
OpenPOWER on IntegriCloud