diff options
Diffstat (limited to 'sbin/mount_cd9660/Makefile')
-rw-r--r-- | sbin/mount_cd9660/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 7c56886..779b03d 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -7,6 +7,8 @@ MAN= mount_cd9660.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} +WARNS= 0 + .PATH: ${MOUNT} .include <bsd.prog.mk> |