summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-14 19:23:38 +0000
committerru <ru@FreeBSD.org>2007-10-14 19:23:38 +0000
commitc687aeaf1c2e64cf4734f91823843af4763c0bfd (patch)
treed2a6f7dd55c0cbb1a07b21e428490f6fd698436f /usr.sbin
parentafde7c0244369fa0c4c125512a0f0029813e0ee7 (diff)
downloadFreeBSD-src-c687aeaf1c2e64cf4734f91823843af4763c0bfd.zip
FreeBSD-src-c687aeaf1c2e64cf4734f91823843af4763c0bfd.tar.gz
style.Makefile(5) says: Do not use GCCisms (such as -g and -Wall)
in CFLAGS.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sensorsd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sensorsd/Makefile b/usr.sbin/sensorsd/Makefile
index 153f542..faa5fa9 100644
--- a/usr.sbin/sensorsd/Makefile
+++ b/usr.sbin/sensorsd/Makefile
@@ -1,9 +1,7 @@
-# $FreeBSD$
+# $FreeBSD$
# $OpenBSD: Makefile,v 1.1 2003/09/24 20:32:49 henning Exp $
PROG= sensorsd
MAN= sensorsd.8 sensorsd.conf.5
-CFLAGS+= -Wall
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud