#
# @(#) Makefile 1.4 90/01/16
#

SUBDIRS=wiretap sxnews-helper

all:
	for i in ${SUBDIRS} ; do \
	    ( cd $$i; make all ); \
	done
