Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/x_ifconfig Add libutil.



details:   https://anonhg.NetBSD.org/src/rev/9c0f553c3a75
branches:  trunk
changeset: 536699:9c0f553c3a75
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 20 21:23:02 2002 +0000

description:
Add libutil.

diffstat:

 distrib/utils/x_ifconfig/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 61b2e7f1f562 -r 9c0f553c3a75 distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Fri Sep 20 21:21:53 2002 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Fri Sep 20 21:23:02 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/06/18 02:02:21 itojun Exp $
+# $NetBSD: Makefile,v 1.19 2002/09/20 21:23:02 christos Exp $
 # Build a smaller ifconfig (i.e. for boot media)
 
 SRCDIR=                ${.CURDIR}/../../../sbin/ifconfig
@@ -11,6 +11,9 @@
 CPPFLAGS+=     -DINET6
 .endif
 
+DPADD+=${LIBUTIL}
+LDADD+=-lutil
+
 .include <bsd.prog.mk>
 
 .PATH:         ${SRCDIR}



Home | Main Index | Thread Index | Old Index