diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-04 21:16:35 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-04 21:16:35 +0000 |
commit | fef2698edfa99e7a2c6cc18a04b5261c08130f45 (patch) | |
tree | ea8c1d13fde3ae04c310e3cdd9699bee2b5f454b /lib/libdevstat | |
parent | d4ca219027d491e6c43fd5b13bf99c4b9d889971 (diff) | |
download | FreeBSD-src-fef2698edfa99e7a2c6cc18a04b5261c08130f45.zip FreeBSD-src-fef2698edfa99e7a2c6cc18a04b5261c08130f45.tar.gz |
First pass through library packaging.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libdevstat')
-rw-r--r-- | lib/libdevstat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index dcda3c2..df5d44e 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=lib${LIB} LIB= devstat SHLIBDIR?= /lib # Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented. |