New build path variable
[freeradius.git] / share / Makefile
1 #
2 #       Scripts to format dictionary files.
3 #
4 #       $Id$
5 #
6 .PHONY: format
7
8 #
9 #  This should only be run by hand, and then sanity checked by hand!
10 #
11 format: dictionary*
12         @for x in dictionary* ; do \
13                 cat $$x | ./format.pl > tmp; \
14                 mv tmp $$x; \
15         done