#ident	"@(#)mk:i386at/makeuts	1.1"
#ident "$Header: $"
#
#	front end script to build UP no DEBUG kernel.
#
trap "exit 1" 1 2 3 15

if [ $# -eq 0 ]
then
	echo "USAGE: $0 make-args"
	exit 1
fi

make $* DKTEST= DDEBUG= DMPSTATS= \
		DEVDEF='-U_LOCKTEST -DUNIPROC' STATIC=static
