Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst Add a DPADD for the libraries we use.
details: https://anonhg.NetBSD.org/src/rev/7b19b07a89bc
branches: trunk
changeset: 525451:7b19b07a89bc
user: mycroft <mycroft%NetBSD.org@localhost>
date: Thu Apr 11 18:14:18 2002 +0000
description:
Add a DPADD for the libraries we use.
diffstat:
distrib/utils/sysinst/Makefile.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r dd1a95f9ab01 -r 7b19b07a89bc distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc Thu Apr 11 18:06:41 2002 +0000
+++ b/distrib/utils/sysinst/Makefile.inc Thu Apr 11 18:14:18 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2002/03/06 22:36:58 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.14 2002/04/11 18:14:18 mycroft Exp $
#
# Makefile for install
@@ -7,6 +7,7 @@
.include <bsd.own.mk> # for mk.conf
+DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBUTIL}
LDADD= -lcurses -ltermcap -lutil
LDSTATIC?= -static
Home |
Main Index |
Thread Index |
Old Index