From f6751868e4d58efc7a6e10ffb6d5e84bfc7931a5 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Sat, 30 Jun 2001 05:39:36 +0000
Subject: Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
where necessary.
Submitted by: Mike Barcroft
---
usr.bin/fold/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'usr.bin/fold')
diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile
index 4d8000757754..2032de46a34d 100644
--- a/usr.bin/fold/Makefile
+++ b/usr.bin/fold/Makefile
@@ -1,5 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= fold
+WARNS?= 2
.include
--
cgit v1.3