summaryrefslogtreecommitdiff
path: root/sys/modules/udf_iconv
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:Enji Cooper2017-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files. Notes: svn path=/stable/11/; revision=319182
* Add the Makefile glue for the udf_iconv module.Scott Long2003-11-071-0/+9
Submitted by: imura@ryu16.org Notes: svn path=/head/; revision=122221