summaryrefslogtreecommitdiffstats
path: root/zebra/Makefile.am
diff options
context:
space:
mode:
authorPaul Jakma <paul@opensourcerouting.org>2014-10-09 11:51:41 +0200
committerDaniel Walton <dwalton@cumulusnetworks.com>2016-05-26 03:13:58 +0200
commit2d30dcac29a1959926923e8dcb6b2b697b935c08 (patch)
treec1a185148e659370eda0fd3403b07964e45700b0 /zebra/Makefile.am
parentFreeBSD has changed its SOCK_RAW for being truly raw. (diff)
downloadfrr-2d30dcac29a1959926923e8dcb6b2b697b935c08.tar.xz
frr-2d30dcac29a1959926923e8dcb6b2b697b935c08.zip
zebra: Build the test client, can be useful, and add IPv6 to testrib.conf
(cherry picked from commit 7a6eec54eaffa82f4f03363314bb81c400eb2a66)
Diffstat (limited to 'zebra/Makefile.am')
-rw-r--r--zebra/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/Makefile.am b/zebra/Makefile.am
index 45648bdf3..875d2673c 100644
--- a/zebra/Makefile.am
+++ b/zebra/Makefile.am
@@ -62,8 +62,8 @@ EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c if_proc.c \
ioctl.c ioctl_solaris.c \
GNOME-SMI GNOME-PRODUCT-ZEBRA-MIB
-#client : client_main.o ../lib/libzebra.la
-# $(CC) -g -o client client_main.o ../liblzebra.la $(LIBS) $(LIB_IPV6)
+client : client_main.o ../lib/libzebra.la
+ $(CC) -g -o client client_main.o ../liblzebra.la $(LIBS) $(LIB_IPV6)
quaggaconfdir = $(sysconfdir)