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