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