# $Id: GNUmakefile,v 1.2 2005/04/24 11:00:51 marc Exp $

LDCONFIG=/sbin/ldconfig

all:
	cd src; ${MAKE}

clean:
	cd src; ${MAKE} clean
