src/world/ca-certificates/Makefile
2024-12-13 02:03:16 -05:00

17 lines
409 B
Makefile

# Makefile - hhl - /usr/src/world/ca-certificates
# Copyright 2023 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = ca-certificates
distfullname = ca-certificates_20240203
no_objdir = 1
use_configure = 0
export CERTSDIR = /etc/ssl/certs
include world.mk
srcdir = $(global_srcdir)/$(distname)
include targets.mk
install: | $(DESTDIR)/$(CERTSDIR)
$(DESTDIR)/$(CERTSDIR):
install -d $@