mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
10 lines
175 B
Makefile
10 lines
175 B
Makefile
# Packaging guide:
|
|
# https://github.com/letsencrypt/letsencrypt/wiki/Packaging
|
|
|
|
SUBDIR =
|
|
SUBDIR += acme-tiny
|
|
SUBDIR += client
|
|
SUBDIR += py-acme
|
|
|
|
.include <bsd.port.subdir.mk>
|