Split DEBUG into two lines to make it easier to enable each separately.

This commit is contained in:
matt 2000-07-14 22:01:09 +00:00
parent 72ed915502
commit 9118b9fe90
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.32 2000/07/03 03:30:52 matt Exp $
# $NetBSD: Makefile,v 1.33 2000/07/14 22:01:09 matt Exp $
.include <bsd.own.mk> # for OBJECT_FMT definition
@ -29,7 +29,8 @@ CPPFLAGS+= -Wall -DLIBDIR=\"${LIBDIR}\" -D_PATH_RTLD=\"${BINDIR}/${PROG}\"
CPPFLAGS+= -I${.CURDIR}
CPPFLAGS+= -DDEBUG -DRTLD_LOADER
CPPFLAGS+= -D_RTLD_SOURCE
#CPPFLAGS+= -DRTLD_DEBUG -DRTLD_DEBUG_RELOC
#CPPFLAGS+= -DRTLD_DEBUG
#CPPFLAGS+= -DRTLD_DEBUG_RELOC
LDADD+= -non_shared -L${DESTDIR}/${LIBDIR} -lc_pic
DPADD+= ${LIBC_PIC}