summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 8c7559f..8f2a819 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,14 +1,13 @@
# Make `routed` for FreeBSD
# $FreeBSD$
-PROG= routed
-SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
-MAN= routed.8
-SUBDIR= rtquery
-LDADD= -lmd
+PROG= routed
+MAN= routed.8
+SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
+WARNS?= 3
DPADD= ${LIBMD}
-.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "amd64"
-WARNS?= 0
-.endif
+LDADD= -lmd
+
+SUBDIR= rtquery
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud