opnsense-ports/Mk/bsd.port.options.mk
Franco Fichtner 92273deb19 Framework: sync with upstream
Taken from: FreeBSD
2022-07-21 08:49:45 +02:00

19 lines
377 B
Makefile

# bsd.port.options.mk - Allow OPTIONS to determine dependencies
#
# usage:
#
# .include "bsd.port.options.mk"
# <deal with user options>
# .include "bsd.port.pre.mk"
# <other work, including adjusting dependencies>
# .include "bsd.port.post.mk"
#
OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
USEOPTIONSMK= yes
INOPTIONSMK= yes
.include "bsd.port.mk"
.undef INOPTIONSMK