mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= recoverdisk
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
./${PROG} /dev/ad0
|