1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00
freebsd/sbin/dumpfs/Makefile
Ruslan Ermilov 44e4f023ae Spell libufs correctly in DPADD.
Reviewed by:	juli
2003-01-26 12:34:36 +00:00

11 lines
140 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PROG= dumpfs
DPADD= ${LIBUFS}
LDADD= -lufs
WARNS= 0
MAN= dumpfs.8
.include <bsd.prog.mk>