mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
763b9ae1f8
Submitted by: Ulrich Spörlein
9 lines
90 B
Makefile
9 lines
90 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= recoverdisk
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
./${PROG} /dev/ad0
|