diff options
author | martti <martti@pkgsrc.org> | 2003-09-04 11:02:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-04 11:02:19 +0000 |
commit | d5e97d6e2e40fcdff2884fbebdb48e5794b65a30 (patch) | |
tree | ca2e6898076e9e2ab1ed23876f132abb2c8c8cdf /mail/imap-uw | |
parent | ec6a5f05be3418d04c3cf299bf9e9b46e956488b (diff) | |
download | pkgsrc-d5e97d6e2e40fcdff2884fbebdb48e5794b65a30.tar.gz |
Make this compile on Linux systems without PAM.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |