forked from Mirror/frr
ospfclient: don't install man page
... we're not installing ospfclient (it's a demo/example program), so installing the man page is quite useless. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
429576883e
commit
9b5065e036
|
@ -5,7 +5,7 @@
|
|||
if OSPFCLIENT
|
||||
lib_LTLIBRARIES += ospfclient/libfrrospfapiclient.la
|
||||
noinst_PROGRAMS += ospfclient/ospfclient
|
||||
man8 += $(MANBUILD)/frr-ospfclient.8
|
||||
#man8 += $(MANBUILD)/frr-ospfclient.8
|
||||
endif
|
||||
|
||||
ospfclient_libfrrospfapiclient_la_LDFLAGS = -version-info 0:0:0
|
||||
|
|
Loading…
Reference in a new issue