# $Id: GNUmakefile,v 1.1 2005/12/01 10:43:44 mbalmer Exp $

LDCONFIG=/sbin/ldconfig

all:
	cd src; ${MAKE}

clean:
	cd src; ${MAKE} clean
