From 5cc91cc3bd6916d904ebcf3b61bb490eef94ef9c Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 18 Feb 2004 13:51:14 +0000 Subject: Include openssl/buildlink3.mk to link against OpenSSL libraries. --- www/bozohttpd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/bozohttpd/Makefile') diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 9a1c03df36f..e2b7033d01d 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/02/18 13:40:37 mrg Exp $ +# $NetBSD: Makefile,v 1.38 2004/02/18 13:51:14 jlam Exp $ # DISTNAME= bozohttpd-20040218 @@ -16,18 +16,18 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES -MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man - .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) && ${USE_INET6} == "YES" CPPFLAGS+= -DINET6 .endif - CPPFLAGS+= -Wno-error +MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man INSTALLATION_DIRS= libexec man/cat8 man/man8 +.include "../../security/openssl/buildlink3.mk" + pre-build: cd ${WRKSRC}; for file in bozohttpd.8; do \ ${SED} -e "s|/usr/pkg/|${PREFIX}/|g" \ -- cgit v1.2.3