From 40a7f94cb90a79424a3ad3b483bf6f8f42d6b5ce Mon Sep 17 00:00:00 2001
From: dd
Date: Sun, 24 Jun 2001 18:41:30 +0000
Subject: Constify and set WARNS=2.
Submitted by: Mike Barcroft
Reviewed by: md5(1)
---
usr.sbin/ac/Makefile | 1 +
1 file changed, 1 insertion(+)
(limited to 'usr.sbin/ac/Makefile')
diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile
index 0fac2fb..5ddc6e4 100644
--- a/usr.sbin/ac/Makefile
+++ b/usr.sbin/ac/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= ac
+WARNS?= 2
MAN= ac.8
# If "CONSOLE_TTY" is not defined, this program is compatible with the
--
cgit v1.1