diff options
author | pav <pav@FreeBSD.org> | 2007-06-01 15:17:51 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-01 15:17:51 +0000 |
commit | 1c97e68f1e8c96b2cddfd89e326ff377184152e6 (patch) | |
tree | 7ce22be8df1b479bddc85cb35f5757d8aee47818 /share/mk/Makefile | |
parent | aae93b87b9cddb091b779fdb94404339ddf35476 (diff) | |
download | FreeBSD-src-1c97e68f1e8c96b2cddfd89e326ff377184152e6.zip FreeBSD-src-1c97e68f1e8c96b2cddfd89e326ff377184152e6.tar.gz |
Add bsd.port.options.mk, a stub to include parts of bsd.port.mk that handle
OPTIONS resolving. This will allow us to load bsd.port.mk in port Makefiles in
three steps (options, pre, post), allowing us to manipulate USE_* flags
conditionally on OPTIONS values.
With hat: portmgr
Reviewed by: ru
MFC after: 1 week
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r-- | share/mk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile index 50504e9..7910a96 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -7,7 +7,7 @@ FILES+= bsd.files.mk bsd.incs.mk bsd.info.mk bsd.init.mk FILES+= bsd.kmod.mk FILES+= bsd.lib.mk bsd.libnames.mk bsd.links.mk bsd.man.mk bsd.nls.mk FILES+= bsd.obj.mk bsd.own.mk -FILES+= bsd.port.mk bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk +FILES+= bsd.port.mk bsd.port.options.mk bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk FILES+= bsd.prog.mk bsd.snmpmod.mk bsd.subdir.mk bsd.sys.mk bsd.symver.mk FILES+= sys.mk version_gen.awk NO_OBJ= |