#
# $Id: Makefile,v 1.2 1996/05/05 00:17:52 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

all:

ci:
	-$(CI) $(CIFLAGS) Makefile acct.pl config.pl login.pl register.pl login.radius
co:
	-$(CO) $(COFLAGS) Makefile acct.pl config.pl login.pl register.pl login.radius

clean:
	rm -f *~

depend:
