mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
406d87b1c3
Sponsored by: The FreeBSD Foundation
10 lines
106 B
Makefile
10 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= recoverdisk
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
./${PROG} /dev/ad0
|