aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/udf
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-131-1/+0
| | | | Notes: svn path=/head/; revision=124472
* Don't put .depend in CLEANFILES, it's cleaned by cleandepend.Ruslan Ermilov2004-01-131-1/+0
| | | | Notes: svn path=/head/; revision=124467
* Update the udf module makefile for the udf_iconv moduleScott Long2003-11-051-0/+1
| | | | | | | Submitted by: imura@ryu16.org Notes: svn path=/head/; revision=122099
* Nuke -gScott Long2002-04-281-2/+0
| | | | Notes: svn path=/head/; revision=95611
* Actually add the UDF files!Scott Long2002-04-141-0/+14
Notes: svn path=/head/; revision=94663