diff options
Diffstat (limited to 'sbin/mount_cd9660/Makefile')
-rw-r--r-- | sbin/mount_cd9660/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 0841157..80af58a 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -9,7 +9,7 @@ LDADD= -lkiconv MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} -WARNS= 0 +WARNS?= 0 # Needs to be dynamically linked for optional dlopen() access to # userland libiconv |