#
# $Id: Makefile,v 1.2 1996/08/08 21:20:46 masaki Exp $
#

include ../../Make.include

PROGRAMS=gatedsend.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.

