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