summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorchristos <christos>2005-04-27 16:15:24 +0000
committerchristos <christos>2005-04-27 16:15:24 +0000
commit03e398f875c344b7b27edfbffe5684d093e28cc0 (patch)
tree02c8d533d96740dde226fdf542982d94be43e63c /comms
parentb6b3eb315444b44e0a5fd76496547a1ff93665cc (diff)
downloadpkgsrc-03e398f875c344b7b27edfbffe5684d093e28cc0.tar.gz
Fix linux build.
Diffstat (limited to 'comms')
-rw-r--r--comms/kermit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile
index 233f3ee05dd..8f8bbbb533f 100644
--- a/comms/kermit/Makefile
+++ b/comms/kermit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2005/04/11 21:45:07 tv Exp $
+# $NetBSD: Makefile,v 1.61 2005/04/27 16:15:24 christos Exp $
DISTNAME= cku211
PKGNAME= kermit-8.0.211
@@ -77,6 +77,8 @@ LIBS+= -L${PREFIX}/lib -lsocks5
.if ${OPSYS} == "Darwin"
BUILD_TARGET= macosx10
+.elif ${OPSYS} == "Linux"
+BUILD_TARGET= linux
.else
BUILD_TARGET= netbsd+openssl
.include "../../security/openssl/buildlink3.mk"