diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-10-26 18:41:00 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-12-06 15:13:32 +0100 |
| commit | ac4adef44127e5e6659abd735827ce699c469718 (patch) | |
| tree | 90b11e8366ef14802186f756636232c4e3774305 /Makefile.am | |
| parent | 96673e067d0c4d89cb3e6df44978853a6bda99ac (diff) | |
lib: new defaults logic
Since we've been writing out "frr version" and "frr defaults" for about
a year and a half now, we can now actually use them to manage defaults.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 34f112bf01..6dc8e0d354 100644 --- a/Makefile.am +++ b/Makefile.am @@ -228,8 +228,6 @@ EXTRA_DIST += \ vrrpd/Makefile \ # end -noinst_HEADERS += defaults.h - clean-local: clean-python .PHONY: clean-python clean-python: |
