diff options
author | hiramatsu <hiramatsu> | 2006-01-30 07:56:07 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2006-01-30 07:56:07 +0000 |
commit | 85c37d44c0e783c7502b6313e7ec8a3e26fd2663 (patch) | |
tree | 9459fb27af9d522bf470f42cbdf92098b1d76fbf /mail/imap-uw | |
parent | 85d44a1fc7f82203ea43092761ed9cf16611f418 (diff) | |
download | pkgsrc-85c37d44c0e783c7502b6313e7ec8a3e26fd2663.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 |