summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-26 11:00:18 +0000
committered <ed@FreeBSD.org>2009-12-26 11:00:18 +0000
commitb204f94963b514fb585afd0b300da6bb71e8ef33 (patch)
treefc15b8c6b590cea2f92028551c10c8f5ed1047f6 /libexec
parent0d8feb4153ecf50f763a2d1ce9074675cf68aae1 (diff)
downloadFreeBSD-src-b204f94963b514fb585afd0b300da6bb71e8ef33.zip
FreeBSD-src-b204f94963b514fb585afd0b300da6bb71e8ef33.tar.gz
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
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 4900857..10f6519 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
OpenPOWER on IntegriCloud