Author: obrien
Date: Wed Nov 24 08:09:33 2010
New Revision: 215794
URL: http://svn.freebsd.org/changeset/base/215794

Log:
  MFC: r204329: Fixed dependencies (make checkdpadd).

Modified:
  stable/8/usr.bin/gcore/Makefile
Directory Properties:
  stable/8/usr.bin/gcore/   (props changed)

Modified: stable/8/usr.bin/gcore/Makefile
==============================================================================
--- stable/8/usr.bin/gcore/Makefile     Wed Nov 24 06:22:09 2010        
(r215793)
+++ stable/8/usr.bin/gcore/Makefile     Wed Nov 24 08:09:33 2010        
(r215794)
@@ -1,8 +1,9 @@
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 # $FreeBSD$
 
-LDADD+=        -lutil
 PROG=  gcore
 SRCS=  elfcore.c gcore.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
 
 .include <bsd.prog.mk>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to