From aac0b05a6402b9e8527790a899e06a5a732fcc8f Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 20 Sep 1999 19:21:21 +0000 Subject: Support for Solaris. --- news/nntpclnt/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'news/nntpclnt/Makefile') diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 810ba59cb40..1a2ee6e56db 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/07/29 22:37:35 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/09/20 19:21:21 kim Exp $ # DISTNAME= nntpclnt-1.6.1 @@ -11,8 +11,12 @@ CONFLICTS+= inn-* ALL_TARGET= inews +.include "../../mk/bsd.prefs.mk" + +CONFIG_SH= ${FILESDIR}/config.${OPSYS}.sh + do-configure: - ${SED} -e s,@PREFIX@,${PREFIX}, ${FILESDIR}/config.sh >${WRKSRC}/config.sh + ${SED} -e s,@PREFIX@,${PREFIX}, ${CONFIG_SH} >${WRKSRC}/config.sh @cd ${WRKSRC} && sh Makefile.SH && sh config.h.SH post-build: -- cgit v1.2.3