diff options
-rw-r--r-- | mail/imap-uw/Makefile | 4 | ||||
-rw-r--r-- | mail/pine/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 7135ddc3931..ea703bdf102 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2002/01/13 21:52:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.60 2002/06/21 14:16:48 abs Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -77,6 +77,8 @@ do-install: .include "../../mk/bsd.pkg.mk" .if ${OPSYS} == "SunOS" BUILDNAME= gs5 +.elif ${OPSYS} == "Linux" +BUILDNAME= lrh .else BUILDNAME= neb .endif |