update openssh by Douglas Campos
This commit is contained in:
parent
876cbada9e
commit
f557b5981c
@ -4,9 +4,9 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
OPENSSH_SITE:=ftp://ftp.tux.org/bsd/openbsd/OpenSSH/portable/
|
||||
OPENSSH_DIR:=$(BUILD_DIR)/openssh-3.8p1
|
||||
OPENSSH_SOURCE:=openssh-3.8p1.tar.gz
|
||||
OPENSSH_SITE:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
|
||||
OPENSSH_DIR:=$(BUILD_DIR)/openssh-3.9p1
|
||||
OPENSSH_SOURCE:=openssh-3.9p1.tar.gz
|
||||
|
||||
$(DL_DIR)/$(OPENSSH_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(OPENSSH_SITE)/$(OPENSSH_SOURCE)
|
||||
|
Loading…
Reference in New Issue
Block a user