Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2003 11:40:12 -0700 (PDT)
From:      Lukas Ertl <l.ertl@univie.ac.at>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/53517: [PATCH] repair ffsinfo(8) on CURRENT
Message-ID:  <200306201840.h5KIeCpq047286@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/53517; it has been noted by GNATS.

From: Lukas Ertl <l.ertl@univie.ac.at>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/53517: [PATCH] repair ffsinfo(8) on CURRENT
Date: Fri, 20 Jun 2003 20:30:12 +0200 (CEST)

 Oops, I forgot to DPADD libufs in the Makefile.
 
 ---8<---
 Index: src/sbin/ffsinfo/Makefile
 ===================================================================
 RCS file: /hugo/bsdcvs/src/sbin/ffsinfo/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- src/sbin/ffsinfo/Makefile	11 Jun 2003 23:24:31 -0000	1.5
 +++ src/sbin/ffsinfo/Makefile	20 Jun 2003 18:23:04 -0000
 @@ -15,5 +15,7 @@
  
  WARNS?=	0
  CFLAGS+=-DFS_DEBUG -I${GROWFS}
 +DPADD= ${LIBUFS}
 +LDADD= -lufs
   
  .include <bsd.prog.mk>               
 ---8<---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306201840.h5KIeCpq047286>