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/libexpat/Makefile | |
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/libexpat/Makefile')
-rw-r--r-- | lib/libexpat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile index 0d4bef5..d0de3e0 100644 --- a/lib/libexpat/Makefile +++ b/lib/libexpat/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=lib${LIB} EXPAT= ${.CURDIR}/../../contrib/expat LIB= bsdxml |