From 3af5aa46ebca8db10b017dc842fe6e18fb89bb5b Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 26 Dec 2009 11:00:18 +0000 Subject: [PATCH] Unbreak the build. I increased the WARNS, but it looks like it breaks certain architectures with more strict alignment requirements (mips, sparc64, ia64). Pointy hat to: me --- libexec/talkd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 4900857f5c17..10f65196c099 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -6,8 +6,7 @@ SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c .PATH: ${.CURDIR}/../../usr.bin/wall MAN= talkd.8 CFLAGS+=-I${.CURDIR}/../../usr.bin/wall - -WARNS?= 6 +WFORMAT=0 DPADD= ${LIBULOG} LDADD= -lulog