diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-02-04 21:16:35 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-04 21:16:35 +0000 |
commit | a70cba95822f662d3f9da5119b6a0c433e8f70af (patch) | |
tree | ea8c1d13fde3ae04c310e3cdd9699bee2b5f454b /lib/libradius/Makefile | |
parent | bb4355f72d0d8763d4a0f3ddec791c458649bf45 (diff) | |
download | src-a70cba95822f662d3f9da5119b6a0c433e8f70af.tar.gz src-a70cba95822f662d3f9da5119b6a0c433e8f70af.zip |
First pass through library packaging.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/projects/release-pkg/; revision=295278
Diffstat (limited to 'lib/libradius/Makefile')
-rw-r--r-- | lib/libradius/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libradius/Makefile b/lib/libradius/Makefile index 42f5def20ef1..3ce1435aa2d9 100644 --- a/lib/libradius/Makefile +++ b/lib/libradius/Makefile @@ -26,6 +26,7 @@ .include <src.opts.mk> +PACKAGE=lib${LIB} LIB= radius SRCS= radlib.c INCS= radlib.h radlib_vs.h |