From owner-freebsd-standards Fri Mar 22 17: 0:10 2002 Delivered-To: freebsd-standards@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E2D137B400 for ; Fri, 22 Mar 2002 17:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2N107478747; Fri, 22 Mar 2002 17:00:07 -0800 (PST) (envelope-from gnats) Date: Fri, 22 Mar 2002 17:00:07 -0800 (PST) Message-Id: <200203230100.g2N107478747@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org Cc: From: "Tim J. Robbins" Subject: Re: standards/36190: P1003.1-2001 newgrp command Reply-To: "Tim J. Robbins" Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR standards/36190; it has been noted by GNATS. From: "Tim J. Robbins" To: Ruslan Ermilov Cc: bug-followup@FreeBSD.org Subject: Re: standards/36190: P1003.1-2001 newgrp command Date: Sat, 23 Mar 2002 11:56:37 +1100 On Fri, Mar 22, 2002 at 03:09:45PM +0200, Ruslan Ermilov wrote: > You need to fix DPADD -- consult with ``make checkdpadd''. Thanks. I believe this patch makes it correct, then: --- Makefile 2002/02/17 22:59:24 1.1 +++ Makefile 2002/03/23 00:30:09 1.2 @@ -1,8 +1,8 @@ # $FreeBSD$ -# $Id: Makefile,v 1.1 2002/02/17 22:59:24 tim Exp $ +# $Id: Makefile,v 1.2 2002/03/23 00:30:09 tim Exp $ PROG= newgrp -DPADD= ${LIBCRYPT} +DPADD= ${LIBCRYPT} ${LIBUTIL} LDADD= -lcrypt -lutil BINMODE=4555 Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message