summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 6db6928d600..1dd909da6a2 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2002/06/21 14:13:36 abs Exp $
+# $NetBSD: Makefile,v 1.42 2002/07/28 05:38:46 schmonz Exp $
DISTNAME= imap-2001a
PKGNAME= imap-uw-2001.1
@@ -24,7 +24,9 @@ DOC_DIR= ${PREFIX}/share/doc/imap-uw
.if ${OPSYS} == "SunOS"
ALL_TARGET= gso
.elif ${OPSYS} == "Linux"
-ALL_TARGET= lrh
+ALL_TARGET= lrh
+.elif ${OPSYS} == "Darwin"
+ALL_TARGET= osx
.else
ALL_TARGET= neb
.endif