1.include <src.opts.mk> 2 3WORLDPACKAGE= libcompat 4SUBPACKAGES= dev 5COMPAT_PKGS= dev 6 7# libcompat only contains static libraries and manpages, and therefore 8# doesn't have a base package. 9PKG_NO_BASE= 10 11.if ${MK_MANSPLITPKG} != "no" 12SUBPACKAGES= man 13.endif 14 15.include <bsd.pkg.mk> 16