From 68cdc2ff00311d0bc77e288a92f8009fb93dbd86 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 2 Aug 1998 20:34:29 +0000 Subject: Make full pop debugging optional --- mail/popper/Makefile | 7 +++++-- mail/qpopper/Makefile | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/popper/Makefile b/mail/popper/Makefile index 370b52f58f75..3c1d48fccac5 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.26 1998/07/02 04:09:24 ache Exp $ +# $Id: Makefile,v 1.27 1998/07/18 21:36:33 ache Exp $ # DISTNAME= qpopper2.53 @@ -35,7 +35,10 @@ P_LIBS+= -lmd -lutil GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/popper/pop.auth \ - --with-apopuid=pop --enable-debugging + --with-apopuid=pop +.if defined(FULL_POP_DEBUG) +CONFIGURE_ARGS+= --enable-debugging +.endif CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}" MAN8= popauth.8 popper.8 diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 370b52f58f75..3c1d48fccac5 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.26 1998/07/02 04:09:24 ache Exp $ +# $Id: Makefile,v 1.27 1998/07/18 21:36:33 ache Exp $ # DISTNAME= qpopper2.53 @@ -35,7 +35,10 @@ P_LIBS+= -lmd -lutil GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/popper/pop.auth \ - --with-apopuid=pop --enable-debugging + --with-apopuid=pop +.if defined(FULL_POP_DEBUG) +CONFIGURE_ARGS+= --enable-debugging +.endif CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}" MAN8= popauth.8 popper.8 -- cgit v1.2.3