#
# This file is specific to Carnegie Mellon University's
# software build process
#

MAKE=gmake

AMSSYNC=--enable-amssync

WITHAUTH="--with-auth=krb_pts"
if test `sys` = pmax_ul4; then
	WITHAUTH=""
	AMSSYNC=""
fi
if test `sys` = sgi_62; then
	AMSSYNC=""
fi

LNCOMMAND="${SRCDIR}/configure $WITHAUTH --with-inn=/usr/news $AMSSYNC --enable-experiment --enable-cmulocal --with-cyrus-user=cyrus --with-cyrus-group=staff"
