~ubuntu-branches/ubuntu/utopic/freeradius/utopic

« back to all changes in this revision

Viewing changes to src/modules/rlm_attr_filter/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
#       $Id: Makefile,v 1.1 2001/01/10 22:22:01 cparker Exp $
 
2
# Makefile
 
3
#
 
4
# Version:      $Id: Makefile,v 1.1.10.1 2006/02/10 19:47:06 nbk Exp $
3
5
#
4
6
 
5
7
TARGET          = rlm_attr_filter
6
8
SRCS            = rlm_attr_filter.c
7
 
HEADERS         =
8
 
RLM_CFLAGS      =
9
 
RLM_LIBS        =
10
9
 
11
 
# over-ride the previous assignment if we're not building anything
12
10
include ../rules.mak
13
 
 
14
 
$(STATIC_OBJS): $(HEADERS)
15
 
 
16
 
$(DYNAMIC_OBJS): $(HEADERS)
17