bin/53517: [PATCH] repair ffsinfo(8) on CURRENT

Lukas Ertl l.ertl at univie.ac.at
Fri Jun 20 11:40:13 PDT 2003


The following reply was made to PR bin/53517; it has been noted by GNATS.

From: Lukas Ertl <l.ertl at univie.ac.at>
To: freebsd-gnats-submit at 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<---


More information about the freebsd-bugs mailing list