Files
openssh/Makefile.server
Jay Larson efba61d10d The following changes were made:
* Modified Makefile to work with /bin/sh
  * Added REPO to Makefile.client and Makefile.server
  * Modified usher-client and usher-server to use /bin/sh
2018-03-30 09:36:15 -05:00

17 lines
764 B
Makefile

# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation here:
# (http://www.gnu.org/licenses/gpl-2.0.html)
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
REPO = server
DEPENDS = glibc,openssh-client,openssl,shadow,zlib
BRIEF = OpenSSH server
DESC = The OpenSSH server allows remote users to access the system securely
include /usr/share/snap/Makefile.snaplinux