Module Name: src
Committed By: christos
Date: Sat Apr 7 05:58:55 UTC 2012
Modified Files:
src/sbin/mount: Makefile
Log Message:
add missing DPADD
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sbin/mount/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount/Makefile
diff -u src/sbin/mount/Makefile:1.30 src/sbin/mount/Makefile:1.31
--- src/sbin/mount/Makefile:1.30 Fri Apr 6 23:13:32 2012
+++ src/sbin/mount/Makefile Sat Apr 7 01:58:55 2012
@@ -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 @@ PROG= mount
MAN= mount.8
SRCS= mount.c vfslist.c
LDADD+= -lutil
+DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>