#
# $Id: Makefile,v 1.1 1996/03/25 23:43:33 lf Exp $
#
# Copyright (C) 1995 Lars Fenneberg
#
# See the file COPYRIGHT for the respective terms and conditions. 
# If the file is missing contact me at in5y050@public.uni-hamburg.de 
# and I'll send you a copy.
#

include ../MCONFIG

HDRS= pathnames.h config.h messages.h radius.h

.PHONY: all ci co clean depend

all:

ci:
	-$(CI) $(CIFLAGS) $(HDRS)

co:
	-$(CO) $(COFLAGS) $(HDRS)

clean:
	rm -f *~ *.bak core a.out

depend:
