remove admin directory as it is no longer needed
authorTom Yu <tlyu@mit.edu>
Fri, 6 Sep 1996 19:47:05 +0000 (19:47 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 6 Sep 1996 19:47:05 +0000 (19:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9043 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/.Sanitize [deleted file]
src/admin/ChangeLog [deleted file]
src/admin/Makefile.in [deleted file]
src/admin/configure.in [deleted file]

diff --git a/src/admin/.Sanitize b/src/admin/.Sanitize
deleted file mode 100644 (file)
index 92fa0f5..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Sanitize.in for Kerberos V5
-
-# Each directory to survive it's way into a release will need a file
-# like this one called "./.Sanitize".  All keyword lines must exist,
-# and must exist in the order specified by this file.  Each directory
-# in the tree will be processed, top down, in the following order.
-
-# Hash started lines like this one are comments and will be deleted
-# before anything else is done.  Blank lines will also be squashed
-# out.
-
-# The lines between the "Do-first:" line and the "Things-to-keep:"
-# line are executed as a /bin/sh shell script before anything else is
-# done in this 
-
-Do-first:
-
-# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept.  All other files will be removed.
-# Directories listed in this section will have their own Sanitize
-# called.  Directories not listed will be removed in their entirety
-# with rm -rf.
-
-Things-to-keep:
-
-.cvsignore
-ChangeLog
-Makefile.in
-aname
-configure
-configure.in
-
-Things-to-lose:
-convert
-create
-destroy
-edit
-stash
-
-Do-last:
-
-# End of file.
diff --git a/src/admin/ChangeLog b/src/admin/ChangeLog
deleted file mode 100644 (file)
index 0387e6d..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-Mon Aug 12 23:05:36 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
-
-       * configure.in: Don't build in edit directory.
-
-Thu Jul 25 02:29:19 1996  Theodore Y. Ts'o  <tytso@mit.edu>
-
-       * configure.in: Don't build the create, destroy, and stash directories.
-
-Thu Aug 03 12:04:59 1995  Chris Provenzano (proven@mit.edu)
-
-       * configure.in: Remove convert utility. All of its functionality 
-               has been moved into kdb5_edit.
-
-Fri Jul 7 15:33:25 EDT 1995    Paul Park       (pjpark@mit.edu)
-       * Makefile.in - Remove explicit setting of LDFLAGS.  It's now set and
-               passed down.
-
-Fri Jun  9 18:13:26 1995    <tytso@rsx-11.mit.edu>
-
-       * configure.in: Remove standardized set of autoconf macros, which
-               are now handled by CONFIG_RULES.
-
-Fri Apr 28 11:15:56 1995  Mark Eichin  <eichin@cygnus.com>
-
-       * configure.in: correct use of --with-krb4 to match top level.
-
-Sat Jul 16 09:18:49 1994  Tom Yu  (tlyu at dragons-lair)
-
-       * configure.in (in all relevant subdirs): another try at making
-       dbm libs dtrt
-
-Fri Jul  8 00:41:41 1994  Tom Yu  (tlyu at dragons-lair)
-
-       * configure.in (in all relevant subdirs):
-       * Makefile.in (in all relevant subdirs): back out changes because
-       they were causing breakage under Ultrix
-
-Wed Jul  6 23:03:16 1994  Tom Yu  (tlyu at dragons-lair)
-
-       * configure.in (in all relevant subdirs):
-       * Makefile.in (in all relevant subdirs): fixes to suck in -lndbm
-       or -ldbm as needed
-
diff --git a/src/admin/Makefile.in b/src/admin/Makefile.in
deleted file mode 100644 (file)
index 9298258..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-CFLAGS = $(CCOPTS) $(DEFS)
-
-all::
-
diff --git a/src/admin/configure.in b/src/admin/configure.in
deleted file mode 100644 (file)
index b925898..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AC_INIT(configure.in)
-CONFIG_RULES
-CONFIG_DIRS(aname)
-DO_SUBDIRS
-V5_AC_OUTPUT_MAKEFILE