From f098f391d506b8e984322876714ebf5453cbf661 Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 14 May 2021 12:00:34 +0000 Subject: apg: do not use -lnsl on linux --- security/apg/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security/apg') diff --git a/security/apg/Makefile b/security/apg/Makefile index 5e4bba2e869..2ddb38bf357 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2020/08/31 18:11:06 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2021/05/14 12:00:34 nia Exp $ # DISTNAME= apg-2.3.0b @@ -17,7 +17,6 @@ USE_TOOLS+= perl:run REPLACE_PERL= perl/apgcli.pl OPSYSVARS+= APG_CS_CLIBS -APG_CS_CLIBS.Linux+= -lnsl APG_CS_CLIBS.SunOS+= -lnsl -lsocket MAKE_ENV+= APG_CS_CLIBS=${APG_CS_CLIBS:Q} -- cgit v1.2.3