diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-04 11:42:38 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-04 11:42:38 +0000 |
commit | 324a8df42acb20359713deb63da310dc80e2138d (patch) | |
tree | c2815a01a01999ff3a6884dc16f83eb7a322b0ac /Mk/bsd.options.mk | |
parent | 5923ce952ef676ad2b89a762056749a975dd9794 (diff) | |
download | ports-324a8df42acb20359713deb63da310dc80e2138d.tar.gz ports-324a8df42acb20359713deb63da310dc80e2138d.zip |
Notes
Diffstat (limited to 'Mk/bsd.options.mk')
-rw-r--r-- | Mk/bsd.options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index e52790f3a491..348f35f5bee0 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -370,7 +370,7 @@ WITH_${opt}:= true .endfor ### -.for opt in ${COMPLETE_OPTIONS_LIST} +.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} # PLIST_SUB PLIST_SUB?= . if defined(OPTIONS_SUB) |