#!/bin/sh
# build "this" host 
host=`uname -n`
triple=`kerberos/config.guess`
echo "buildcns4 $host-$triple"
sh kerberos/etc/buildcns4 $host-$triple
