From 88a72165c3c3a765da040470caa38666156a0874 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 24 Aug 2002 02:40:45 +0000 Subject: [PATCH] * Makefile: Deleted git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14763 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/db2/test/ChangeLog | 2 ++ src/util/db2/test/Makefile | 23 ----------------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 src/util/db2/test/Makefile diff --git a/src/util/db2/test/ChangeLog b/src/util/db2/test/ChangeLog index aa6653379..9a164918b 100644 --- a/src/util/db2/test/ChangeLog +++ b/src/util/db2/test/ChangeLog @@ -1,5 +1,7 @@ 2002-08-23 Ken Raeburn + * Makefile: Deleted. + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. 2002-08-23 Tom Yu diff --git a/src/util/db2/test/Makefile b/src/util/db2/test/Makefile deleted file mode 100644 index a5dd08ae5..000000000 --- a/src/util/db2/test/Makefile +++ /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 -- 2.26.2