diff options
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index f3e7d1136c7..39d3dd96437 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2004/06/23 01:17:29 ho Exp $ +# $OpenBSD: Makefile,v 1.56 2004/07/30 10:45:27 ho Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -96,7 +96,7 @@ CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \ # If you like to use Boehm's garbage collector (/usr/ports/devel/boehm-gc). #LDADD+= -L/usr/local/lib -lgc #DPADD+= /usr/local/lib/libgc.a -#CFLAGS+= -DUSE_BOEHM_GC +#CFLAGS+= -DUSE_BOEHM_GC -DGC_DEBUG # You can also use Boehm's garbage collector as a means to find leaks. # # setenv GC_FIND_LEAK |