summaryrefslogtreecommitdiffstats
path: root/usr.bin/lam/Makefile
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2001-08-06 23:20:06 +0000
committermike <mike@FreeBSD.org>2001-08-06 23:20:06 +0000
commitb0dfeae7a34e146e7c84d7874d366c3d97649060 (patch)
tree67dbc72ccd6e1fc18d53157768f052aaef6c334d /usr.bin/lam/Makefile
parent6c6e8e104065782e516881a175ef2b01ad02ab46 (diff)
downloadFreeBSD-src-b0dfeae7a34e146e7c84d7874d366c3d97649060.zip
FreeBSD-src-b0dfeae7a34e146e7c84d7874d366c3d97649060.tar.gz
Constify, staticize, and set WARNS=2.
MFC after: 3 days
Diffstat (limited to 'usr.bin/lam/Makefile')
-rw-r--r--usr.bin/lam/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile
index a24fc92..616abb4 100644
--- a/usr.bin/lam/Makefile
+++ b/usr.bin/lam/Makefile
@@ -1,5 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= lam
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud