comparison 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
comparison
equal deleted inserted replaced
457:dee8e2611f71 458:09c782570d89
20 OPTIONS_DEFINE= DOCS 20 OPTIONS_DEFINE= DOCS
21 OPTIONS_SUB= yes 21 OPTIONS_SUB= yes
22 22
23 DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx 23 DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
24 DOCS_VARS_OFF= NO_BUILD=yes 24 DOCS_VARS_OFF= NO_BUILD=yes
25
26 USE_RC_SUBR= fwireguard
27
28 SUB_LIST= SIMPLEVERSIONTAG="${SIMPLEVERSIONTAG}"
25 29
26 .include <bsd.port.options.mk> 30 .include <bsd.port.options.mk>
27 31
28 SRC= ${.CURDIR} 32 SRC= ${.CURDIR}
29 33