summaryrefslogtreecommitdiffstats
path: root/sys/modules/udf/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* bsd.kmod.mk does not deal with manpages anymore.ru2004-01-131-1/+0
|
* Don't put .depend in CLEANFILES, it's cleaned by cleandepend.ru2004-01-131-1/+0
|
* Update the udf module makefile for the udf_iconv modulescottl2003-11-051-0/+1
| | | | Submitted by: imura@ryu16.org
* Nuke -gscottl2002-04-281-2/+0
|
* Actually add the UDF files!scottl2002-04-141-0/+14
OpenPOWER on IntegriCloud