9546e08e7b
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
14 lines
133 B
Makefile
14 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= recoverdisk
|
|
|
|
LDFLAGS += -lm
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
./${PROG} /dev/ad0
|