summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorabs <abs>2002-06-21 14:13:36 +0000
committerabs <abs>2002-06-21 14:13:36 +0000
commitae9aa6422701713a7625dfa545dd3ff9410118f9 (patch)
treee3f8e7883aae6ae1eb2bc139402505a06d709b49 /mail/imap-uw
parent097ba503f7bbd60ae3d7eb0837ff9ef24a030e47 (diff)
downloadpkgsrc-ae9aa6422701713a7625dfa545dd3ff9410118f9.tar.gz
Fix on Linux (at least RedHat)
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index c2556b1e539..6db6928d600 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2002/03/18 17:30:23 fredb Exp $
+# $NetBSD: Makefile,v 1.41 2002/06/21 14:13:36 abs Exp $
DISTNAME= imap-2001a
PKGNAME= imap-uw-2001.1
@@ -23,6 +23,8 @@ DOC_DIR= ${PREFIX}/share/doc/imap-uw
.if ${OPSYS} == "SunOS"
ALL_TARGET= gso
+.elif ${OPSYS} == "Linux"
+ALL_TARGET= lrh
.else
ALL_TARGET= neb
.endif