update for life in the regress tree
This commit is contained in:
parent
1c8e446596
commit
04ba9eb695
@ -1,5 +1,5 @@
|
|||||||
# from: @(#)Makefile 5.4 (Berkeley) 1/11/93
|
# 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
|
PROG= dbtest
|
||||||
SRCS= dbtest.c
|
SRCS= dbtest.c
|
||||||
@ -17,6 +17,7 @@ SRCS= dbtest.c
|
|||||||
|
|
||||||
CFLAGS= -g -DDEBUG -DSTATISTICS
|
CFLAGS= -g -DDEBUG -DSTATISTICS
|
||||||
NOMAN= noman
|
NOMAN= noman
|
||||||
|
CLEANFILES+= t1 t2 t3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
|
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
DICT=/usr/share/dict/words
|
DICT=/usr/share/dict/web2
|
||||||
PROG=obj/dbtest
|
PROG=dbtest
|
||||||
TMP1=t1
|
TMP1=t1
|
||||||
TMP2=t2
|
TMP2=t2
|
||||||
TMP3=t3
|
TMP3=t3
|
||||||
|
Loading…
Reference in New Issue
Block a user