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