aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-03-06 04:09:06 +0000
committerWarner Losh <imp@FreeBSD.org>2008-03-06 04:09:06 +0000
commitde37e39122cb83b1e68409894875f1b1a096d649 (patch)
treee0f52473d2f461371fdef7aa44e5bf71b02afdc9 /usr.sbin/moused
parent8a18c0d3c85eb206c3ab0f24c70d6f26911ae487 (diff)
downloadsrc-de37e39122cb83b1e68409894875f1b1a096d649.tar.gz
src-de37e39122cb83b1e68409894875f1b1a096d649.zip
The breakage from increased warns has been fixed, back out my back out
Notes
Notes: svn path=/head/; revision=176865
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r--usr.sbin/moused/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/moused/Makefile b/usr.sbin/moused/Makefile
index 0c5ba51c3255..623954efce42 100644
--- a/usr.sbin/moused/Makefile
+++ b/usr.sbin/moused/Makefile
@@ -3,7 +3,7 @@
PROG= moused
MAN= moused.8
-#WARNS?=6
+WARNS?=6
DPADD= ${LIBUTIL} ${LIBM}
LDADD= -lutil -lm