src/world/libressl/Makefile

15 lines
359 B
Makefile

# Makefile - hhl - /usr/src/world/libressl
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = libressl
distext = gz
include world.mk
config_opts += --host=$(tgt)
config_opts += --with-sysroot=$(DESTDIR)
config_opts += --with-openssldir=/etc/ssl
config_opts += --libdir=/usr/lib
config_opts += --enable-shared
include targets.mk