import from HEAD:
[freeradius.git] / src / modules / rlm_chap / Makefile
1 TARGET          = rlm_chap
2 SRCS            = rlm_chap.c
3 HEADERS         = 
4 RLM_CFLAGS      =
5
6 # over-ride the previous assignment if we're not building anything
7 include ../rules.mak
8
9 $(STATIC_OBJS): $(HEADERS)
10
11 $(DYNAMIC_OBJS): $(HEADERS)