mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
657c605c12
- using (intmax_t) and %j instead of %q Tested by: make universe
10 lines
131 B
Makefile
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>
|