Source-Changes-HG archive

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

[src/trunk]: src/libexec/rshd revert previous; this *DOES* use -lutil



details:   https://anonhg.NetBSD.org/src/rev/a9a7e02b3849
branches:  trunk
changeset: 540002:a9a7e02b3849
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Nov 30 21:56:34 2002 +0000

description:
revert previous; this *DOES* use -lutil

diffstat:

 libexec/rshd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8056c1e78a1d -r a9a7e02b3849 libexec/rshd/Makefile
--- a/libexec/rshd/Makefile     Sat Nov 30 21:43:27 2002 +0000
+++ b/libexec/rshd/Makefile     Sat Nov 30 21:56:34 2002 +0000
@@ -1,9 +1,12 @@
-#      $NetBSD: Makefile,v 1.12 2002/11/30 03:20:52 lukem Exp $
+#      $NetBSD: Makefile,v 1.13 2002/11/30 21:56:34 lukem Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/4/93
 
 PROG=  rshd
 MAN=   rshd.8
 
+DPADD+=        ${LIBUTIL}
+LDADD+=        -lutil
+
 CPPFLAGS+=-DLOGIN_CAP
 
 CPPFLAGS+=-DINET6



Home | Main Index | Thread Index | Old Index