Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount add missing DPADD
details: https://anonhg.NetBSD.org/src/rev/63743efe5160
branches: trunk
changeset: 778647:63743efe5160
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 07 05:58:55 2012 +0000
description:
add missing DPADD
diffstat:
sbin/mount/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r b83fb38ef895 -r 63743efe5160 sbin/mount/Makefile
--- a/sbin/mount/Makefile Sat Apr 07 05:55:00 2012 +0000
+++ b/sbin/mount/Makefile Sat Apr 07 05:58:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/04/07 03:13:32 christos Exp $
+# $NetBSD: Makefile,v 1.31 2012/04/07 05:58:55 christos Exp $
# @(#)Makefile 8.6 (Berkeley) 5/8/95
.include <bsd.own.mk>
@@ -7,5 +7,6 @@
MAN= mount.8
SRCS= mount.c vfslist.c
LDADD+= -lutil
+DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index