update for life in the regress tree

This commit is contained in:
cgd 1993-05-27 21:27:46 +00:00
parent 1c8e446596
commit 04ba9eb695
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.4 (Berkeley) 1/11/93
# $Id: Makefile,v 1.2 1993/05/27 21:24:06 cgd Exp $
# $Id: Makefile,v 1.3 1993/05/27 21:27:46 cgd Exp $
PROG= dbtest
SRCS= dbtest.c
@ -17,6 +17,7 @@ SRCS= dbtest.c
CFLAGS= -g -DDEBUG -DSTATISTICS
NOMAN= noman
CLEANFILES+= t1 t2 t3
install:

View File

@ -38,8 +38,8 @@
main()
{
DICT=/usr/share/dict/words
PROG=obj/dbtest
DICT=/usr/share/dict/web2
PROG=dbtest
TMP1=t1
TMP2=t2
TMP3=t3