diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index a8528f3ff5f..4a0f0769fe4 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/07/09 15:58:34 itojun Exp $ +# $NetBSD: Makefile,v 1.17 1999/08/18 09:01:49 agc Exp $ # DISTNAME= qpopper2.53 @@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec \ --sysconfdir=${PREFIX}/etc --enable-apop \ --with-apop=/etc/apop.auth --with-apopuid=root +BUILD_DEFS+= QPOPPER_SERVERMODE USE_INET6 + .include "../../mk/bsd.prefs.mk" .if defined(QPOPPER_SERVERMODE) |