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