aboutsummaryrefslogtreecommitdiff
path: root/sbin/ccdconfig/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make this WARNS=6 clean by renaming the variable 'err' to 'error'Johan Karlsson2003-08-071-1/+1
| | | | | | | | | in order not to shadow err(3). Tested by: make universe Notes: svn path=/head/; revision=118632
* Use GEOM OAM api to retrive list of configured ccd devices.Poul-Henning Kamp2003-06-021-0/+3
| | | | | | | Link against libgeom. Notes: svn path=/head/; revision=115730
* Fix various details so we get to WARNS=3.Poul-Henning Kamp2003-01-171-1/+1
| | | | | | | Center operation on unit number rather than path name. Notes: svn path=/head/; revision=109417
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Duh! forgot this bit of the NCCD patch.Poul-Henning Kamp2001-09-041-5/+0
| | | | | | | | Submitted by: sobomax Reviewed by: phk Notes: svn path=/head/; revision=82943
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
| | | | Notes: svn path=/head/; revision=76812
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-2/+2
| | | | Notes: svn path=/head/; revision=74531
* ccdcontrol -> ccdconfig.Satoshi Asami1996-01-301-3/+3
| | | | Notes: svn path=/head/; revision=13722
* Makefile.Satoshi Asami1995-12-271-0/+11
Notes: svn path=/cvs2svn/branches/FREEBSD/; revision=13049