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