summaryrefslogtreecommitdiffstats
path: root/usr.bin/fold/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-30 05:39:36 +0000
committerdd <dd@FreeBSD.org>2001-06-30 05:39:36 +0000
commitfdda055e004374dd1e05e940799016013c301b6c (patch)
tree08b867efe38b3b47dbeea4f979e8d098dc994ee4 /usr.bin/fold/Makefile
parent9b64cdc70fa0f9f7b0e46cbef338b6b1b157c739 (diff)
downloadFreeBSD-src-fdda055e004374dd1e05e940799016013c301b6c.zip
FreeBSD-src-fdda055e004374dd1e05e940799016013c301b6c.tar.gz
Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
Diffstat (limited to 'usr.bin/fold/Makefile')
-rw-r--r--usr.bin/fold/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile
index 4d80007..2032de4 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud