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