2208cace06
Obtained from: 1.1.5 "scsi (8)" from 1.1.5, with added support for any command from the command line.
8 lines
100 B
Makefile
8 lines
100 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= scsi
|
|
MAN8= scsi.8
|
|
LDADD= -lscsi
|
|
|
|
.include <bsd.prog.mk>
|