diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-08-03 21:45:54 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-08-03 21:45:54 +0000 |
| commit | a7dff00b1e5790032d5d77cc87fb4a9fcf66eb80 (patch) | |
| tree | c2dc103f7cd465b255c4f748cdbb48ca28ca50d0 /lib/libc | |
| parent | c9c1406f766cb7c04810c4ab999ec27d61521491 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/db/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/db/test/Makefile b/lib/libc/db/test/Makefile index 7ea53028e101..712ad6258376 100644 --- a/lib/libc/db/test/Makefile +++ b/lib/libc/db/test/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.15 (Berkeley) 7/28/94 +# $FreeBSD$ PROG= dbtest OBJS= dbtest.o strerror.o @@ -9,7 +10,7 @@ OBJS= dbtest.o strerror.o INC= -I${PORTDIR}/include -I${PORTDIR} OORG= -g #STAT= -DSTATISTICS -CFLAGS= -D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC} +CFLAGS+=-D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC} dbtest: ${OBJS} ${PORTDIR}/libdb.a ${CC} -o ${.TARGET} ${OBJS} ${PORTDIR}/libdb.a |
