#!/bin/sh

DTDROOT=${DTDROOT:-"/usr/share/susedoc"}

. $DTDROOT/etc/system-profile

make -f $DTDROOT/make/common.mk "$@"

