summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.post.mk
Commit message (Expand)AuthorAgeFilesLines
* Move the miidevs.h build stuff to conf/files so that config(8) doesn'tpeter2003-01-301-4/+1
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-6/+15
* Hook the aic7xxx modules up. This requires some extra care since aicasmscottl2002-11-031-5/+9
* Don't show the command line when doing "make lint".phk2002-10-151-1/+1
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-3/+2
* Added rules to generate .c files from .m files. Run mkdep on these .cbde2002-08-191-3/+10
* Finished removing env(1) commands, as in rev.1.13 but non-broken. Setbde2002-08-181-5/+5
* Spell kenrel as 'kernel' for consistency with the rest of the universe.jmallett2002-08-141-1/+1
* Remove duplicate 'modules-tags' rulepeter2002-08-011-3/+0
* Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.jake2002-07-311-3/+0
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-4/+4
* s/install -c/${INSTALL} ${COPY}/ru2002-07-181-4/+4
* Quick fix for high resolution kernel profiling on i386's. Usebde2002-07-131-1/+1
* Fixed broken ``make -jX install''.ru2002-05-231-0/+1
* sysctl -w -> sysctldd2002-05-111-1/+1
* Add a dummy cleandir target to the kernel section so that make buildkerneljhb2002-05-111-0/+1
* Use makeobjops.awk rather than makeobjops.pl.obrien2002-05-011-2/+1
* The install.debug and reinstall.debug targets are needed solelyru2002-04-241-15/+15
* Minor cleanups to post.mk from bde. Mostly orderingimp2002-03-201-26/+32
* Backed out the part of the previous commit related to xargs. It justbde2002-03-191-6/+4
* Removed env(1) commands. make(1) uses a real shell, andbde2002-03-191-14/+16
* lint the previous lint commit.ru2002-03-181-1/+1
* Allow "make lint" to mostly work. Our sources are very unclean WRTmarkm2002-03-171-0/+3
* Use vnode_if.awk rather than vnode_if.plobrien2002-03-011-4/+4
* Don't echo a comment during make depend.jake2002-02-231-3/+2
* Use make -V VARIABLE | xargs ... to pass argument lists to programluigi2002-02-221-5/+8
* Eliminate the use of commons in the kernel and modules,msmith2002-01-101-1/+1
* s/oferride/override/imp2002-01-061-1/+1
* Move initialization of the MKMODULESENV envorinoment to kern.pre.mkimp2002-01-051-14/+4
* Move all: target to kern.pre.mk so it matters less where you includeimp2001-11-111-2/+0
* Move machine link creation from genassym to kernel-depend, per nyan@imp2001-11-041-3/+3
* Arrgh. A clean pc98 build failed due to bogons on my part :-(.imp2001-11-021-0/+3
* Factor the common parts of the Makefile.foo files. This introduces twoimp2001-11-021-0/+240
OpenPOWER on IntegriCloud