diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2006-01-30 07:56:07 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2006-01-30 07:56:07 +0000 |
commit | d4e778b4bc4fa03dc81d2005288d8fa1c551e413 (patch) | |
tree | 9459fb27af9d522bf470f42cbdf92098b1d76fbf /mail/imap-uw | |
parent | 4d729abbb0dde1b97b448075e9483accfd4d9f62 (diff) | |
download | pkgsrc-d4e778b4bc4fa03dc81d2005288d8fa1c551e413.tar.gz |
Add BUILD_TARGET for OpenBSD.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 5c12904ede9..81a1abedf9f 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2006/01/12 20:53:50 adam Exp $ +# $NetBSD: Makefile,v 1.108 2006/01/30 07:56:07 hiramatsu Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -39,6 +39,8 @@ BUILD_TARGET= sgi . endif .elif ${OPSYS} == "OSF1" BUILD_TARGET= osf +.elif ${OPSYS} == "OpenBSD" +BUILD_TARGET= bso .else BUILD_TARGET= neb .endif |