aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/umodem
Commit message (Collapse)AuthorAgeFilesLines
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-6/+7
| | | | Notes: svn path=/head/; revision=70711
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
| | | | | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. Notes: svn path=/head/; revision=59951
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-12/+1
| | | | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). Notes: svn path=/head/; revision=53846
* Clean up the Makefiles, make them consistent with the others and removeNick Hibma1999-11-221-5/+4
| | | | | | | debugging falgs (-g). Notes: svn path=/head/; revision=53547
* Change the name of the modules from <name>_mod to <name>Nick Hibma1999-11-171-1/+1
| | | | | | | Suggested by: David O'Brien <obrien@FreeBSD.ORG> Notes: svn path=/head/; revision=53315
* Remove -O from CFLAGSNick Hibma1999-11-171-1/+1
| | | | Notes: svn path=/head/; revision=53253
* perl5 -> perlNick Hibma1999-10-081-2/+2
| | | | | | | | | (This was breaking world.) Submitted by: Marcel Molenaar, green Notes: svn path=/head/; revision=52028
* Change the SOURCE line to include ${CURDIR}Nick Hibma1999-10-081-1/+1
| | | | | | | Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov> Notes: svn path=/head/; revision=52010
* The Makefiles for the modules for the USB device drivers.Nick Hibma1999-10-071-0/+22
Finally. Notes: svn path=/head/; revision=52001