changed hard-coded 'install' program to be $(INSTALL), so that
[freeradius.git] / scripts / Makefile
1
2 include ../Make.inc
3
4 all:
5
6 install:
7         $(INSTALL) -m 755 rc.radiusd            $(sbindir)
8         $(INSTALL) -m 755 radwatch                      $(sbindir)
9         $(INSTALL) -m 755 check-radiusd-config  $(sbindir)
10
11 clean:
12