13 lines
261 B
Makefile
13 lines
261 B
Makefile
# $OpenBSD: Makefile,v 1.4 2015/12/31 22:31:34 sthen Exp $
|
|
|
|
# Packaging guide:
|
|
# https://github.com/letsencrypt/letsencrypt/wiki/Packaging
|
|
|
|
SUBDIR =
|
|
SUBDIR += acme-tiny
|
|
SUBDIR += client
|
|
SUBDIR += py-acme
|
|
SUBDIR += py-acme,python3
|
|
|
|
.include <bsd.port.subdir.mk>
|