1#!/bin/sh
2files=$(ls -1 *.c | grep -v config_reg.c)
3perl ../../cf/make-proto.pl -q -P comment -o krb5-protos.h -E KRB5_LIB ${files}
4perl ../../cf/make-proto.pl -q -P comment -p krb5-private.h ${files}
5