# $Id: Makefile,v 1.2 2004/07/28 03:12:01 ksk Exp $

all:
	@make -C src all

install:
	@make -C src install

clean:
	@make -C src clean

