aboutsummaryrefslogtreecommitdiff
path: root/sbin/rtsol
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-02-27 10:19:39 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-02-27 10:19:39 +0000
commitbd2c49af72c4f02faa7b8190d77dfa702d5d5ddd (patch)
treeb7503a01b2889296b9d893b64c26731d6aa70a2d /sbin/rtsol
parentf62e48f5368b68bcc25fc81a69695752d45a36cd (diff)
downloadsrc-bd2c49af72c4f02faa7b8190d77dfa702d5d5ddd.tar.gz
src-bd2c49af72c4f02faa7b8190d77dfa702d5d5ddd.zip
Notes
Diffstat (limited to 'sbin/rtsol')
-rw-r--r--sbin/rtsol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index 2086c68d5f29..413b6d59dd29 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -21,8 +21,8 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c
NO_MAN=
-WARNS?= 0
+WARNS?= 3
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
.include <bsd.prog.mk>