From fdda055e004374dd1e05e940799016013c301b6c Mon Sep 17 00:00:00 2001 From: dd 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.sbin/accton/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/accton/Makefile') diff --git a/usr.sbin/accton/Makefile b/usr.sbin/accton/Makefile index ea9b4f4..2a24e0b 100644 --- a/usr.sbin/accton/Makefile +++ b/usr.sbin/accton/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= accton +WARNS?= 2 MAN= accton.8 .include -- cgit v1.1