Date: Fri, 22 Mar 2002 17:00:07 -0800 (PST) From: "Tim J. Robbins" <tim@robbins.dropbear.id.au> To: freebsd-standards@FreeBSD.org Subject: Re: standards/36190: P1003.1-2001 newgrp command Message-ID: <200203230100.g2N107478747@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR standards/36190; it has been noted by GNATS. From: "Tim J. Robbins" <tim@robbins.dropbear.id.au> To: Ruslan Ermilov <ru@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203230100.g2N107478747>