From 1d0c38de11a9e419918921345b87c673b09e2115 Mon Sep 17 00:00:00 2001 From: uqs Date: Sat, 27 Feb 2010 10:19:39 +0000 Subject: rtsol(8)/rtsold(8): make WARNS=3 clean It is actually WARNS=6 clean for non-strict alignment archs. Approved by: ed (co-mentor) --- sbin/rtsol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/rtsol') 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 -- cgit v1.1