err_code=1

installf $PKGINST /usr/ccs/bin/ucbcc=$BASEDIR/SUNWspro/$PRODVERS/bin/cc s || exit $err_code
installf $PKGINST /usr/ccs/bin/ucblint=$BASEDIR/SUNWspro/$PRODVERS/bin/lint s || exit $err_code
installf $PKGINST /usr/ccs/bin/whatdir=$BASEDIR/SUNWspro/$PRODVERS/bin/whatdir s || exit $err_code
installf $PKGINST $BASEDIR/SUNWspro/bin/c89=../SUNWspro/$PRODVERS/bin/c89 s || exit $err_code
installf $PKGINST $BASEDIR/SUNWspro/man/man1/c89.1=$BASEDIR/SUNWspro/$PRODVERS/man/man1/c89.1 s || exit $err_code

installf -f $PKGINST || exit $err_code

