mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
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
13 lines
133 B
Makefile
13 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= recoverdisk
|
|
|
|
LDFLAGS += -lm
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
./${PROG} /dev/ad0
|