Spell libufs correctly in DPADD.

Reviewed by:	juli
This commit is contained in:
Ruslan Ermilov 2003-01-26 12:34:36 +00:00
parent 6250c8c527
commit 44e4f023ae
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= badsect
DPADD= -lufs
DPADD= ${LIBUFS}
LDADD= -lufs
WARNS= 0
MAN= badsect.8

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= dumpfs
DPADD= -lufs
DPADD= ${LIBUFS}
LDADD= -lufs
WARNS= 0
MAN= dumpfs.8