forked from Mirror/frr
Makefile.am: Add 'make indent' target
Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
parent
f574eae5c4
commit
da5a0d00ed
|
@ -114,3 +114,6 @@ EXTRA_DIST += \
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
noinst_HEADERS += defaults.h
|
||||
|
||||
indent:
|
||||
tools/indent.py `find sharpd bgpd eigrpd include isisd lib nhrpd ospf6d ospfd pimd qpb ripd vtysh zebra -name '*.[ch]' | grep -v include/linux`
|
||||
|
|
Loading…
Reference in a new issue