1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/sbin/dumpfs/Makefile
Johan Karlsson 657c605c12 Make this WARNS=2 clean by
- using (intmax_t) and %j instead of %q

Tested by:	make universe
2003-11-14 13:13:23 +00:00

10 lines
131 B
Makefile

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