From 196769ee584553fbe782c508cf792654b8a042ea Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 16 Oct 2011 07:57:01 +0000 Subject: [PATCH] Build at(1) with NO_WFORMAT instead of WARNS=1. --- usr.bin/at/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 75546fc156f..5e9cfc9302f 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -11,7 +11,7 @@ MLINKS= at.1 batch.1 \ at.1 atq.1 \ at.1 atrm.1 -WARNS?= 1 +NO_WFORMAT= BINOWN= root BINMODE= 4555