summaryrefslogtreecommitdiffstats
path: root/ospfclient
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2018-10-28 16:05:38 +0100
committerDavid Lamparter <equinox@diac24.net>2018-10-28 19:48:55 +0100
commit58596d3444b9abe9749776ab8c05a11d2f506f73 (patch)
tree6476205df03307f09d966568f7947289b8064bff /ospfclient
parentbuild: crop excessive net-snmp library list (diff)
downloadfrr-58596d3444b9abe9749776ab8c05a11d2f506f73.tar.xz
frr-58596d3444b9abe9749776ab8c05a11d2f506f73.zip
build: make rfptest and ospfclient "noinst"
Both of these are testing/demo-style tools that don't make sense as part of a normal installation. So don't install them. NB: this is only the executables, libospfclient and the RFP code are not affected. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ospfclient')
-rw-r--r--ospfclient/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/subdir.am b/ospfclient/subdir.am
index d42c5b450..c05d920d5 100644
--- a/ospfclient/subdir.am
+++ b/ospfclient/subdir.am
@@ -4,7 +4,7 @@
if OSPFCLIENT
lib_LTLIBRARIES += ospfclient/libfrrospfapiclient.la
-sbin_PROGRAMS += ospfclient/ospfclient
+noinst_PROGRAMS += ospfclient/ospfclient
man8 += $(MANBUILD)/ospfclient.8
endif