~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to scripts/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mto: (3.1.3 dapper) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060115133413-zo1dslttvdoalqym
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile,v 1.4.10.1 2005/12/10 17:26:33 nbk Exp $
1
2
 
2
3
include ../Make.inc
3
4
 
5
6
 
6
7
install:
7
8
        $(INSTALL) -m 755 rc.radiusd            $(R)$(sbindir)
8
 
        $(INSTALL) -m 755 radwatch                      $(R)$(sbindir)
 
9
        $(INSTALL) -m 755 radsqlrelay           $(R)$(bindir)
 
10
        $(INSTALL) -m 755 radwatch              $(R)$(sbindir)
9
11
        $(INSTALL) -m 755 check-radiusd-config  $(R)$(sbindir)
10
12
 
11
13
clean:
12