Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff Makefile @ 458:09c782570d89
Add a rc.d script "fwireguard" to help with automatic setup of Wireguard interfaces
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 11 Jun 2024 03:15:54 +0200 |
| parents | 1aa75c6d3ef6 |
| children | c8abd9d7aac7 |
line wrap: on
line diff
--- a/Makefile Thu Jun 06 08:17:22 2024 +0200 +++ b/Makefile Tue Jun 11 03:15:54 2024 +0200 @@ -23,6 +23,10 @@ DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx DOCS_VARS_OFF= NO_BUILD=yes +USE_RC_SUBR= fwireguard + +SUB_LIST= SIMPLEVERSIONTAG="${SIMPLEVERSIONTAG}" + .include <bsd.port.options.mk> SRC= ${.CURDIR}
