make data2vp_extended() be more like data2vp_wimax()
[freeradius.git] / share / Makefile
1 #
2 #       Scripts to format dictionary files.
3 #
4 #       $Id$
5 #
6
7 #
8 #  This should only be run by hand, and then sanity checked by hand!
9 #
10 format: $(wildcard dictionary*)
11         @for x in $(wildcard dictionary*) ; do \
12                 ./format.pl $$x; \
13         done