Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/fstat add libutil.



details:   https://anonhg.NetBSD.org/src/rev/cce8aaaf693f
branches:  trunk
changeset: 769446:cce8aaaf693f
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 10 18:34:54 2011 +0000

description:
add libutil.

diffstat:

 usr.bin/fstat/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2f8044496e2f -r cce8aaaf693f usr.bin/fstat/Makefile
--- a/usr.bin/fstat/Makefile    Sat Sep 10 18:34:40 2011 +0000
+++ b/usr.bin/fstat/Makefile    Sat Sep 10 18:34:54 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2009/04/14 22:15:20 lukem Exp $
+#      $NetBSD: Makefile,v 1.23 2011/09/10 18:34:54 christos Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
 .include <bsd.own.mk>
@@ -17,4 +17,7 @@
 CPPFLAGS+=-DINET6
 .endif
 
+LDADD+=-lutil
+DPADD+=${LIBUTIL}
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index