diff options
Diffstat (limited to 'sbin/mknod/Makefile')
-rw-r--r-- | sbin/mknod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index c83c6bc..d28d3a5 100644 --- a/sbin/mknod/Makefile +++ b/sbin/mknod/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= mknod -WARNS= 0 +WARNS?= 0 MAN= mknod.8 .include <bsd.prog.mk> |