From 51b671f6de4c707850ea09293ccf3ec4351c56a5 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Fri, 14 Oct 2011 07:26:20 +0000 Subject: [PATCH] Build last(1) and leave(1) with WARNS=6. These ports were only built with WARNS=1, because they use certain format extensions. We can use NO_WFORMAT for that instead. --- usr.bin/last/Makefile | 2 +- usr.bin/leave/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index 0bd2f05eb27..fd63cd989b2 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -3,6 +3,6 @@ PROG= last -WARNS?= 1 +NO_WFORMAT= .include diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index 548479768a0..f71acbed25d 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -3,6 +3,6 @@ PROG= leave -WARNS?= 1 +NO_WFORMAT= .include