#
# $Id: Makefile,v 1.3 1996/08/08 21:21:05 masaki Exp $
#

include ../../Make.include


PROGRAMS=flap_cron.pl flapsort.pl routeflap.pl
all: 
	for i in $(PROGRAMS);\
        do (cp $$i $(EXEC_PREFIX)/bin); done;

clean:

depend:
	
# DO NOT DELETE THIS LINE -- make depend depends on it.

