From fef2698edfa99e7a2c6cc18a04b5261c08130f45 Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 4 Feb 2016 21:16:35 +0000 Subject: First pass through library packaging. Sponsored by: The FreeBSD Foundation --- lib/libfetch/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libfetch') diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 4f56552..abd5f8d 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -2,6 +2,7 @@ .include +PACKAGE=lib${LIB} LIB= fetch CFLAGS+= -I. SRCS= fetch.c common.c ftp.c http.c file.c \ -- cgit v1.1