Dependencies need to be passed as LIBS
[freeradius.git] / scripts / Makefile
1 # $Id$
2
3 include ../Make.inc
4
5 all:
6
7 install:
8         $(INSTALL) -m 755 rc.radiusd            $(R)$(sbindir)
9         $(INSTALL) -m 755 radsqlrelay           $(R)$(bindir)
10         $(INSTALL) -m 755 raddebug              $(R)$(sbindir)
11         $(INSTALL) -m 755 cryptpasswd           $(R)$(bindir)/radcrypt
12
13 clean: