aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/usbdevs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* De-orbit usbdevs(8) which hasn't worked with the new USB stack for a longUlrich Spörlein2010-12-041-7/+0
| | | | | | | time now. usbconfig(8) should be an adequate replacement. Notes: svn path=/head/; revision=216189
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
| | | | Notes: svn path=/head/; revision=201390
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+2
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-0/+1
| | | | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79011
* 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=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74532
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Syncing with NetBSD version 1998/12/14Nick Hibma1999-04-111-1/+2
| | | | Notes: svn path=/head/; revision=45606
* Added IdNick Hibma1998-12-141-1/+1
| | | | Notes: svn path=/head/; revision=41784
* Made this actually work when there is an obj dir.Bruce Evans1998-12-131-2/+2
| | | | | | | | | Removed bogons, especially the include of bsd.subdir.mk. Fixed style bugs. Notes: svn path=/head/; revision=41731
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+8
Notes: svn path=/head/; revision=41366