#!/bin/sh TOPDIR="$(cd $(dirname $0); pwd)" PKGMK=$TOPDIR/src/pkgmk PKGMK_CONF=$TOPDIR/src/pkgmk.conf $PKGMK -cf $PKGMK_CONF $@ # End of file