import from HEAD:
[freeradius.git] / src / include / Makefile
1 #
2 # Makefile
3 #
4 # Version:      $Id$
5 #
6
7 include ../../Make.inc
8 .PHONY: all clean install
9
10 all: radpaths.h
11
12
13 radpaths.h:
14         @/bin/sh ./build-radpaths-h
15
16
17 distclean:
18         rm -f radpaths.h
19
20 clean:
21
22 install: