Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makefs oops; libutil is (currently) needed by ../mt...



details:   https://anonhg.NetBSD.org/src/rev/6f19716557cd
branches:  trunk
changeset: 539966:6f19716557cd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Nov 30 02:09:44 2002 +0000

description:
oops; libutil is (currently) needed by ../mtree/spec.c for fparseln

diffstat:

 usr.sbin/makefs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d313dd00721f -r 6f19716557cd usr.sbin/makefs/Makefile
--- a/usr.sbin/makefs/Makefile  Sat Nov 30 02:06:51 2002 +0000
+++ b/usr.sbin/makefs/Makefile  Sat Nov 30 02:09:44 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2002/11/30 02:06:51 lukem Exp $
+#      $NetBSD: Makefile,v 1.12 2002/11/30 02:09:44 lukem Exp $
 #
 
 .include <bsd.own.mk>
@@ -23,5 +23,8 @@
 WARNS?=        2
 
 .ifndef HOSTPROG
+DPADD+=                ${LIBUTIL}
+LDADD+=                -lutil
+
 .include <bsd.prog.mk>
 .endif



Home | Main Index | Thread Index | Old Index