aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-12-26 11:00:18 +0000
committerEd Schouten <ed@FreeBSD.org>2009-12-26 11:00:18 +0000
commit3af5aa46ebca8db10b017dc842fe6e18fb89bb5b (patch)
treefc15b8c6b590cea2f92028551c10c8f5ed1047f6 /libexec
parentc93b62decabc1aaa74e892597dfdecb695778721 (diff)
downloadsrc-3af5aa46ebca8db10b017dc842fe6e18fb89bb5b.tar.gz
src-3af5aa46ebca8db10b017dc842fe6e18fb89bb5b.zip
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
Notes
Notes: svn path=/head/; revision=201017
Diffstat (limited to 'libexec')
-rw-r--r--libexec/talkd/Makefile3
1 files changed, 1 insertions, 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