aboutsummaryrefslogtreecommitdiff
path: root/bin/chio/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
| | | | | | | | | | | Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later. Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295439
* Don't specify SRCS= when it can be obtained from PROGS=Xin LI2005-01-271-1/+0
| | | | Notes: svn path=/head/; revision=140902
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
| | | | | | | | | set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87323
* Fix warnings on alpha and re-enable WARNS=2.Mike Heffner2001-07-041-0/+1
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79253
* Argh...this isn't ready for WARNS=2 on alpha.Mike Heffner2001-07-031-1/+0
| | | | Notes: svn path=/head/; revision=79122
* Constify and lockdown with WARNS=2.Mike Heffner2001-07-031-0/+1
| | | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> MFC after: 2 weeks Notes: svn path=/head/; revision=79121
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-2/+0
| | | | Notes: svn path=/head/; revision=76812
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50471
* Correct some style issues in my previous commit.Kris Kennaway1999-07-221-2/+2
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=48983
* Changes from OpenBSD:Kris Kennaway1999-06-071-2/+2
| | | | | | | | | | | | | * Better usage() - correct syntax, display available commands instead of examples * Accept command abbreviations * sprintf -> snprintf (for paranoia) * manpage capitalisation tweak Obtained from: OpenBSD Notes: svn path=/head/; revision=47816
* Updated the ch(4) driver and chio(1) command to include volumeJustin T. Gibbs1998-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=39227
* This command doesn't need to be setuid root, it's only askingJordan K. Hubbard1997-09-121-3/+1
| | | | | | | | | for potential trouble. Reviewed by: security officers. Noted by: OpenBSD Notes: svn path=/head/; revision=29315
* Import Jason Thorpe's contribution for an updated SCSI media changerJoerg Wunsch1997-03-061-0/+9
device (now, finally!). Notes: svn path=/vendor/jthorpe/dist/; revision=23449