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>
|