#!/bin/csh

if (! $?TAPE_ROOT) source config.csh
if (`uname` =~ AIX) set path=(/usr/bin $path)
make $*

