#! /bin/csh -f

#
# Replace this comment with a detailed description of your script
#
#
source scripts/aliases

#
# Your script comes here.   to abort installation, goto abort
#
echo ""
echo -n "Do you wish to rebuild the kernel [n]? "
get yn
if (X$yn == Xy) set hpux_kernel = 1
exit 0
