add missing DPADD

This commit is contained in:
christos 2012-04-07 05:58:55 +00:00
parent b12b677b84
commit 8b15007246
1 changed files with 2 additions and 1 deletions

View File

@ -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>