Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2000 07:03:00 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/du Makefile
Message-ID:  <200003271503.HAA13006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/03/27 07:03:00 PST

  Modified files:
    usr.bin/du           Makefile 
  Log:
  Fixed LDADD.  Using ${LIBM} instead of -lm gave the wrong libm in most
  cases and broke the world in some cases.
  
  Fixed style bugs for DPADD and LDADD (don't use += for variables defined
  only once).
  
  Revision  Changes    Path
  1.5       +3 -3      src/usr.bin/du/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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