Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2000 13:54:47 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/keyinfo Makefile
Message-ID:  <200008122054.NAA02587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/08/12 13:54:47 PDT

  Modified files:
    usr.bin/keyinfo      Makefile 
  Log:
  Fixed world breakage for the NOSHARED=yes case.  Libraries were added to
  LDFLAGS instead of to LDADD, so they ended up too early in the command
  line.
  
  Don't link to libcrypt.  It is unused for static linkage and unnecessary
  and only apparently used for dynamic linkage (the dynamic libskey is
  linked to libcrypt to support the crypt parts of libskey which aren't
  used here).
  
  Fixed some disorder.
  
  Revision  Changes    Path
  1.6       +4 -4      src/usr.bin/keyinfo/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?200008122054.NAA02587>