b0b9bb0d68
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
15 lines
387 B
Makefile
15 lines
387 B
Makefile
# openssh package
|
|
|
|
OPENSSH_VERSION = 8.4p1-5
|
|
|
|
export OPENSSH_VERSION
|
|
|
|
OPENSSH_SERVER = openssh-server_$(OPENSSH_VERSION)_$(CONFIGURED_ARCH).deb
|
|
$(OPENSSH_SERVER)_SRC_PATH = $(SRC_PATH)/openssh
|
|
SONIC_MAKE_DEBS += $(OPENSSH_SERVER)
|
|
|
|
# The .c, .cpp, .h & .hpp files under src/{$DBG_SRC_ARCHIVE list}
|
|
# are archived into debug one image to facilitate debugging.
|
|
#
|
|
DBG_SRC_ARCHIVE += openssh
|