20bf9a142c
tag support. These changes have been tested with a Breeze Hill Q47 DLT and a DEC DLT2500 media changer. The latter has no volume tag support. The chio(1) command was updated to include various flags to the status subcommand. These flags can be used to select additional information to be displayed (like volume tags). A new chio(1) subcommand named 'voltag' has been added which allows for changes to volume tags inside the media changer controller. This could not be tested as the Q47 does not provide the functio- nality. Submitted by: Hans Huebner
10 lines
170 B
Makefile
10 lines
170 B
Makefile
# $Id: Makefile,v 1.2 1997/09/12 15:00:06 jkh Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
PROG= chio
|
|
SRCS= chio.c
|
|
|
|
.include <bsd.prog.mk>
|