Added util.c file
authorTheodore Tso <tytso@mit.edu>
Thu, 24 Sep 1992 23:05:37 +0000 (23:05 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 24 Sep 1992 23:05:37 +0000 (23:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2382 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/edit/Imakefile

index 6c860356e310b78305e7e7214f81686224733cec..7a450f8298b6a77be1ea6bc412959d8f1b6b3731 100644 (file)
@@ -2,7 +2,7 @@
 #      $Author$
 #      $Id$
 #
-#  Copyright 1990 by the Massachusetts Institute of Technology.
+#  Copyright 1992 by the Massachusetts Institute of Technology.
 #  All Rights Reserved.
 # 
 # Export of this software from the United States of America is assumed
@@ -24,8 +24,8 @@
 # 
 DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
 LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB)
-OBJS= kdb5_edit.o kdb5_ed_ct.o dump.o
-SRCS= kdb5_edit.c kdb5_ed_ct.c dump.c
+OBJS= kdb5_edit.o kdb5_ed_ct.o util.o dump.o
+SRCS= kdb5_edit.c kdb5_ed_ct.c util.o dump.c
 
 all:: kdb5_edit