* Makefile: Deleted
authorKen Raeburn <raeburn@mit.edu>
Sat, 24 Aug 2002 02:40:45 +0000 (02:40 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 24 Aug 2002 02:40:45 +0000 (02:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14763 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/test/ChangeLog
src/util/db2/test/Makefile [deleted file]

index aa6653379a396e20417ecba2e0724341f2a9f996..9a164918b207d1ce791780744ef2f187edf16fb7 100644 (file)
@@ -1,5 +1,7 @@
 2002-08-23  Ken Raeburn  <raeburn@mit.edu>
 
+       * Makefile: Deleted.
+
        * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
 
 2002-08-23  Tom Yu  <tlyu@mit.edu>
diff --git a/src/util/db2/test/Makefile b/src/util/db2/test/Makefile
deleted file mode 100644 (file)
index a5dd08a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#      @(#)Makefile    8.15 (Berkeley) 7/28/94
-
-PROG=  dbtest
-OBJS=  dbtest.o strerror.o
-
-# Uncomment the STAT line get hash and btree statistical use info.  This
-# also forces ld to load the btree debug functions for use by gdb, which
-# is useful.  The db library has to be compiled with -DSTATISTICS as well.
-INC=   -I${PORTDIR}/include -I${PORTDIR}
-OORG=  -g
-#STAT= -DSTATISTICS
-CFLAGS=        -D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
-
-dbtest: ${OBJS} ${PORTDIR}/libdb.a
-       ${CC} -o $@ ${OBJS} ${PORTDIR}/libdb.a
-
-strerror.o: ${PORTDIR}/clib/strerror.c
-       ${CC} -c ${PORTDIR}/clib/strerror.c
-
-clean:
-       rm -f dbtest.core gmon.out ${OBJS} ${PROG} t1 t2 t3
-
-${OBJS}: Makefile