c9a47c223b
supports: Devices: identify, reassign blocks, reset Busses: reset, scan for devices Coming soon, device formatting, mode page editing, device freeze/thaw, etc.
12 lines
183 B
Makefile
12 lines
183 B
Makefile
# $NetBSD: Makefile,v 1.1 1998/10/15 21:44:39 thorpej Exp $
|
|
|
|
SRCS= scsictl.c scsi_sense.c scsi_subr.c
|
|
|
|
PROG= scsictl
|
|
NOMAN=
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|