summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
Commit message (Expand)AuthorAgeFilesLines
* Use ${.TARGET} rather than $@. i386 tested, pc98 untested because configimp1998-04-291-12/+12
* Undo my last change.dima1998-04-171-2/+2
* Use 0440 root.kmem kermissions on kernel instead ofdima1998-04-151-2/+2
* Add support for cleandepend, ${DESTDIR}, and there not being a file namedeivind1998-01-311-6/+11
* Augment $PATH to ensure searching of /sbin and /usr/sbin for sysctlbde1997-12-181-3/+4
* Bump configvers to 300003 to account for the crd->card (and related)msmith1997-11-061-2/+2
* Test if kvm_kernel.db exists before moving it. Otherwise installingguido1997-11-031-2/+4
* Put in an initial %VERSREQ field. This will cause existing config(8)'speter1997-10-221-1/+4
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-101-2/+2
* Add option for compiling in a 8x16 font.phk1997-07-251-1/+3
* Fixed the fix for not using -fomit-frame-pointer with -pg. The previousbde1997-06-291-2/+3
* Revert previous change, use "compile-with" in files.i386 instead.peter1997-05-311-5/+1
* compile ipl_funcs.c with -fomit-frame-pointer, as suggested by Bruce. Thispeter1997-05-311-1/+5
* This commit affects ELF kernels only.jdp1997-05-211-10/+25
* This is the kernel linker. To use it, you will first need to applydfr1997-05-071-1/+8
* Create a special option file "opt_global.h" which is included by allpeter1997-04-271-3/+5
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-221-9/+23
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Moved nonstandard compiler profiling options out of config. Just printbde1996-12-131-1/+8
* Compile genassym without -static (undo rev.1.20). The default can bebde1996-11-061-2/+2
* Centralized the definition of CWARNFLAGS into bsd.kern.mk.bde1996-10-081-11/+3
* Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h"bde1996-09-271-3/+2
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-2/+2
* Add /usr/sbin to sysctl because /usr/sbin not in standard pathache1996-08-211-3/+3
* Add -Wunused to try and catch any future offendersgpalmer1996-06-121-2/+2
* Bring back the `config file in the kernel' feature from the 1.x days. Thisjkh1996-06-081-3/+4
* Instead of: cpp blah file.s | as -o file.o, use instead:peter1996-05-311-5/+3
* ``mv'' -> ``mv -f''wosch1996-05-071-2/+2
* Replace the dependency of `install' from `kernel' by a test for thejoerg1996-05-021-2/+6
* removed:phk1996-05-021-2/+2
* Make `install' depend on `kernel'. Some idiot tried to install ajoerg1996-04-271-2/+2
* When doing a 'make depend', dont blow away the existing .depend untilpeter1996-03-301-5/+7
* Added necessary quotes (${CPP} might have spaces in it). Removedbde1996-03-291-3/+3
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-2/+3
* Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we changepeter1996-01-081-1/+2
* Only change the sysctl variable if it presently points to /kernel.phk1996-01-071-2/+4
* Delete a couple of unnecessary dependencies on Makefile.wollman1996-01-051-3/+3
* Removed almost all traces of libkern.a. The objects that were inbde1995-12-261-26/+4
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatbde1995-12-161-3/+4
* i386 is defined by the compiler, so don't define it here. LOAD_ADDRESSdg1995-11-191-2/+2
* Add a DRIVER_S= definition that config wants to use for assemblerpeter1995-11-011-1/+2
* When moving kernel to kernel.old, also change kern.bootfile.toguido1995-10-301-1/+2
* Use the new config(8) %SFILES token to auto-generate the SFILES list.dg1995-10-291-3/+3
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-3/+3
* Fix clean rule to remove remove everything that isn't created by configbde1995-07-221-3/+4
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Make `make links' work by leaving swapkernel.c off out of the links processingwollman1995-05-111-3/+3
* Modify behavior of INCLUDES to never look in /usr/include unless wenate1995-04-051-2/+8
* Added -I/usrinclude to the tail end of the INCLUDES line. This hacknate1995-04-031-2/+2
OpenPOWER on IntegriCloud