diff options
Diffstat (limited to 'lib/libregex/Makefile')
-rw-r--r-- | lib/libregex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libregex/Makefile b/lib/libregex/Makefile index 5bf248801b32..36c8b778d394 100644 --- a/lib/libregex/Makefile +++ b/lib/libregex/Makefile @@ -2,6 +2,8 @@ .include <src.opts.mk> +PACKAGE= runtime + LIB= regex SHLIB_MAJOR= 1 SHLIB_MINOR= 0 |