freebsd-dev/sbin/recoverdisk/Makefile
Poul-Henning Kamp 9546e08e7b Add two options to recoverdisk(1) inspired by a recent
data-archæology project:

-u pattern

    Fill unread parts of the output with pattern.
    Default pattern is "_UNREAD_", empty pattern disables.

-v

    Fancy status reporting using ANSI escapes and UTF-8
2020-04-02 15:17:53 +00:00

14 lines
133 B
Makefile

# $FreeBSD$
PACKAGE=runtime
PROG= recoverdisk
LDFLAGS += -lm
WARNS?= 6
.include <bsd.prog.mk>
test: ${PROG}
./${PROG} /dev/ad0