Module Name: src
Committed By: abhinav
Date: Sun Jun 12 14:28:26 UTC 2016
Modified Files:
src/usr.bin/ul: Makefile
Log Message:
Add libutil to the DPADD variable.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ul/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/ul/Makefile
diff -u src/usr.bin/ul/Makefile:1.7 src/usr.bin/ul/Makefile:1.8
--- src/usr.bin/ul/Makefile:1.7 Sun Jun 12 13:29:29 2016
+++ src/usr.bin/ul/Makefile Sun Jun 12 14:28:26 2016
@@ -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>