summaryrefslogtreecommitdiffstats
path: root/sbin/rtsol
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-02-27 10:19:39 +0000
committeruqs <uqs@FreeBSD.org>2010-02-27 10:19:39 +0000
commit1d0c38de11a9e419918921345b87c673b09e2115 (patch)
treeb7503a01b2889296b9d893b64c26731d6aa70a2d /sbin/rtsol
parent0bccbcb18e0797c13e3efec82d23f9d90683d568 (diff)
downloadFreeBSD-src-1d0c38de11a9e419918921345b87c673b09e2115.zip
FreeBSD-src-1d0c38de11a9e419918921345b87c673b09e2115.tar.gz
rtsol(8)/rtsold(8): make WARNS=3 clean
It is actually WARNS=6 clean for non-strict alignment archs. Approved by: ed (co-mentor)
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 2086c68..413b6d5 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>
OpenPOWER on IntegriCloud