From d5e97d6e2e40fcdff2884fbebdb48e5794b65a30 Mon Sep 17 00:00:00 2001 From: martti Date: Thu, 4 Sep 2003 11:02:19 +0000 Subject: Make this compile on Linux systems without PAM. --- mail/imap-uw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/imap-uw') diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index d4b804072d5..a620a298e3d 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2003/07/30 09:29:58 adam Exp $ +# $NetBSD: Makefile,v 1.66 2003/09/04 11:02:19 martti Exp $ # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -30,7 +30,7 @@ DOC_DIR= ${PREFIX}/share/doc/imap-uw .if ${OPSYS} == "SunOS" ALL_TARGET= gso .elif ${OPSYS} == "Linux" -ALL_TARGET= lrh +ALL_TARGET= slx .elif ${OPSYS} == "Darwin" ALL_TARGET= osx .else -- cgit v1.2.3