1.include <src.opts.mk> 2 3WORLDPACKAGE= libcompiler_rt 4SUBPACKAGES= dev 5COMPAT_PKGS= dev 6 7# libcompiler_rt only contains static libraries and manpages, and therefore 8# doesn't have a base package. 9PKG_NO_BASE= 10 11.include <bsd.pkg.mk> 12
1.include <src.opts.mk> 2 3WORLDPACKAGE= libcompiler_rt 4SUBPACKAGES= dev 5COMPAT_PKGS= dev 6 7# libcompiler_rt only contains static libraries and manpages, and therefore 8# doesn't have a base package. 9PKG_NO_BASE= 10 11.include <bsd.pkg.mk> 12