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
commit7babb9c3317396e1af3857342cf5edcb67935e3a (patch)
tree02c8d533d96740dde226fdf542982d94be43e63c /comms
parent49aac801f1a56b8ae9280b1a7f6698cdb43acbe9 (diff)
downloadpkgsrc-7babb9c3317396e1af3857342cf5edcb67935e3a.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"