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/usbdevs/Makefile | 1 +
1 file changed, 1 insertion(+)
(limited to 'usr.sbin/usbdevs')
diff --git a/usr.sbin/usbdevs/Makefile b/usr.sbin/usbdevs/Makefile
index 3cfc8ef..2442e40 100644
--- a/usr.sbin/usbdevs/Makefile
+++ b/usr.sbin/usbdevs/Makefile
@@ -2,6 +2,7 @@
# FreeBSD $FreeBSD$
PROG= usbdevs
+WARNS?= 2
MAN= usbdevs.8
.include
--
cgit v1.1