Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ul Add libutil to the DPADD variable.



details:   https://anonhg.NetBSD.org/src/rev/ee13bbb74685
branches:  trunk
changeset: 345874:ee13bbb74685
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Jun 12 14:28:26 2016 +0000

description:
Add libutil to the DPADD variable.

diffstat:

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

diffs (14 lines):

diff -r 8d1d0daae1f3 -r ee13bbb74685 usr.bin/ul/Makefile
--- a/usr.bin/ul/Makefile       Sun Jun 12 13:29:29 2016 +0000
+++ b/usr.bin/ul/Makefile       Sun Jun 12 14:28:26 2016 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.7 2016/06/12 13:29:29 abhinav Exp $
+#      $NetBSD: Makefile,v 1.8 2016/06/12 14:28:26 abhinav Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  ul
-DPADD= ${LIBTERMINFO}
+DPADD= ${LIBTERMINFO} ${LIBUTIL}
 LDADD= -lterminfo -lutil
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index