17 lines
409 B
Makefile
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 $@
|
|
|