summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
Commit message (Expand)AuthorAgeFilesLines
* Bump config version.imp2001-07-021-1/+1
* Move kernel compile directory from sys/compile/FOO toimp2001-06-301-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-17/+1
* Move the -I../../../include or -I/usr/include to the last entry on thepeter2001-06-121-6/+7
* Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.jlemon2001-06-071-0/+3
* New files and layout for the ACPI CA 20010518 update.msmith2001-05-291-1/+1
* Add back in the bits to remove any existing "schg" flags as we haveobrien2001-04-291-0/+2
* Don't install KO's with the "schg" flag.obrien2001-04-251-9/+2
* Ignore chflags errors. This makes installing to nfs mounted targetimp2001-04-251-2/+2
* Add support for MODULES_OVERRIDE. This is a list of modules to buildimp2001-04-021-0/+3
* Restore the careful preservation of .depend (rev 1.78 of Makefile.i386)obrien2001-03-241-2/+4
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelkris2001-03-121-1/+4
* Add a 'clobber' target.. Like 'clean' but it takes out even the configpeter2001-02-271-0/+8
* genassym.sh does not work with a.out because the sizes are rounded uppeter2001-02-251-2/+2
* Revert gensetdefs.pl reversal.marcel2001-02-171-1/+1
* Fix `make depend' => `make kernel-depend'. Using the dependancy fileobrien2001-02-121-1/+5
* Revert previous commit. I messed up my testing.marcel2001-01-281-1/+1
* Improve kernel bootstrapping:marcel2001-01-281-1/+1
* Change the reinstall.debug target to depend onjhb2001-01-191-4/+8
* Corresponding version bump for config with the DEV_FOO replacement forpeter2001-01-191-1/+1
* Back out the modules `make obj' speedup.obrien2000-12-241-6/+6
* Merged from Makefile.i386 revision 1.217.kato2000-12-221-2/+2
* Merged from Makefile.i386 revision 1.216.kato2000-12-221-6/+6
* Merged from Makefile.i386 revision 1.215.kato2000-12-161-1/+1
* Added 'MACHINE=pc98' to MKMODULESENV variable. It is needed to make modulesnyan2000-12-101-0/+1
* Make the xxxFILES= list generation generic. This makes it easier to addpeter2000-11-251-4/+4
* Fix the `make -jX' (X>1) breakage.obrien2000-11-171-9/+11
* Merged from the following changes.nyan2000-11-051-1/+6
* Add a hook for doing #include magic (for src/tools/tools/kerninclude).phk2000-10-291-1/+1
* Make it possible to specify profiling in the kernel config file.phk2000-10-141-1/+1
* Do not prepend `DESTDIR' to `KMODDIR' as sys/conf/kmod.mk already doesobrien2000-10-031-1/+1
* Install the kernel KLM as "kernel" by default.obrien2000-09-141-1/+1
* Create an "expert" mode where the device hints are not checked duringobrien2000-09-071-0/+2
* Remove superfluous `/'s before KODIR.obrien2000-09-071-12/+12
* DESTDIR'ify the device.hints checking code.obrien2000-09-061-2/+2
* I forgot the leading `DESTDIR' before the kernel directory.obrien2000-09-061-1/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-051-26/+33
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,peter2000-08-251-1/+1
* Add some anti-foot-shooting protection to the kernel install target.peter2000-08-251-0/+8
* * Create entire directory path for modules.obrien2000-08-031-1/+1
* -mkdir the ${DESTDIR}/modules directory upon modules-install in case itgreen2000-07-271-0/+1
* Make the generated set headers depend on Makefile as well (that is wherepeter2000-06-221-2/+2
* Add back "NO_MODULES" as using ``make -DMODULES_WITH_WORLD'' in theobrien2000-06-171-1/+1
* If "MODULES_WITH_WORLD" is defined, sys/modules will be built with theobrien2000-06-171-1/+1
* Merged from sys/conf/Makefile.i386 revisions 1.192 and 1.193.kato2000-06-161-2/+4
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-7/+7
* Use objcopy to strip the gcc2_compiled. symbol from kernels.peter2000-06-121-3/+5
* A checkpoint of a part of a work-in-progress. Some more cleanups forpeter2000-06-101-1/+1
* Merged from sys/conf/Makefile.i386 revision 1.187.kato2000-06-061-34/+56
* Use "nm | awk ..." instead of genassym(1) to generate symbol value headers.bde2000-06-021-3/+3
OpenPOWER on IntegriCloud