aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hpfs
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the hpfs build, hpfs_hash.c was removed from the repository.Jeff Roberson2005-03-281-1/+1
| | | | Notes: svn path=/head/; revision=144214
* 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-1/+2
| | | | 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
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenPeter Wemm1999-12-121-6/+1
| | | | | | | | | needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago) Notes: svn path=/head/; revision=54508
* Bring these more into line with other modules that have .h files generatedPeter Wemm1999-12-121-2/+2
| | | | | | | on the fly. Notes: svn path=/head/; revision=54502
* First version of HPFS stuff.Semen Ustimenko1999-12-091-0/+15
Notes: svn path=/head/; revision=54371