mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
75428542b4
around scsi(8). I've done extensive testing of it with a spare disk in the past, and it's ready for prime-time now. Submitted by: dufault
10 lines
215 B
Makefile
10 lines
215 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 6/5/93
|
|
|
|
MAN8= scsiformat.8
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/scsiformat.sh ${DESTDIR}${BINDIR}/scsiformat
|
|
|
|
.include <bsd.prog.mk>
|