diff options
| author | David Lamparter <equinox@diac24.net> | 2020-01-15 12:22:26 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-01-15 14:05:11 +0100 | 
| commit | 9b5065e0365100e5951b188349155a731bf03804 (patch) | |
| tree | 19350b10479076c00d25e2211090ef02c69e8d38 /ospfclient | |
| parent | 429576883e95072c464a5f906b1f777651303d89 (diff) | |
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>
Diffstat (limited to 'ospfclient')
| -rw-r--r-- | ospfclient/subdir.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/subdir.am b/ospfclient/subdir.am index af07e983ea..756ad88f15 100644 --- a/ospfclient/subdir.am +++ b/ospfclient/subdir.am @@ -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  | 
