10 lines
183 B
Makefile
10 lines
183 B
Makefile
# Packaging guide:
|
|
# https://github.com/letsencrypt/letsencrypt/wiki/Packaging
|
|
|
|
SUBDIR =
|
|
SUBDIR += acme-tiny
|
|
SUBDIR += client
|
|
SUBDIR += py-acme,python3
|
|
|
|
.include <bsd.port.subdir.mk>
|