summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.alpha
Commit message (Expand)AuthorAgeFilesLines
* Use "nm | awk ..." instead of genassym(1) to generate symbol value headers.bde2000-06-021-3/+3
* Unbreak 'make reinstall' after last commitpeter2000-05-131-1/+1
* Add {kernel,module}-{depend,clean,cleandepend,tags,install,reinstall}obrien2000-05-131-31/+47
* Fix modules: target.obrien2000-05-101-16/+18
* Create a separate target for the 'modules'. Without this the modulesn_hibma2000-05-091-0/+5
* Build modules in a subdir of the kernel build dir. Add a `cleandir'obrien2000-05-051-4/+8
* Cause modules to build with the kernel build. Modules are removedchuckr2000-05-021-0/+18
* LOAD_ADDRESS is not used here. See conf/ldscript.* for the link basepeter2000-04-291-1/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-2/+2
* Make it possible to include a device interface description by a singledfr2000-04-051-3/+14
* Include param.o in the list of files that we scan for linker sets.peter2000-03-291-2/+2
* Bump configvers.h as a precaution. Although existing config files willpeter2000-01-231-1/+1
* Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach aspeter2000-01-091-2/+2
* Synced with sys/i386/conf/Makefile.i386 (MACHINE -> MACHINE_ARCH).kato2000-01-091-1/+1
* Bump configversion. The controller/device changes are upwards but notpeter2000-01-091-1/+1
* Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff aspeter2000-01-081-12/+4
* Sync with i386marcel2000-01-081-13/+9
* Use genassym(1).marcel2000-01-071-5/+2
* Bring the Alpha and x86 Makefiles closer together.peter2000-01-071-18/+28
* Missed s/KERNEL/_KERNEL/ here.. *blush*.peter2000-01-061-4/+2
* Synced with Makefile.i386. The following cleanups in Makefile.i386bde1999-12-271-3/+3
* Zap the kvm_kernel.db juggling at 'make install' time, it isn't neededpeter1999-12-271-7/+0
* Be more consistant in using perl vs. perl5. We were using perl5 in thepeter1999-12-171-4/+4
* Argh, fix a stupid typo. :-(peter1999-12-121-1/+1
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intopeter1999-12-121-4/+7
* Update the Alpha makefile to be more in line with the x86 version. Itpeter1999-11-221-68/+75
* Typon_hibma1999-11-161-1/+1
* Allow the source root `S' to be overridden by defining it only whenmarcel1999-10-301-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-031-5/+1
* Replicate changes to i386 to do tags. I doesn't work yet 'coz ctags dumpsmjacob1999-07-021-2/+5
* Revert back to not using -DKERNEL - it exposes inlines etc.peter1999-06-281-17/+6
* Make genassym compile - the recent buf locking changes meant that morepeter1999-06-261-3/+3
* Make corresponding changes to match config updatepeter1999-05-101-20/+24
* I'm sick of the automatic rename of /kernel to /kernel.old while doingpeter1999-05-081-1/+5
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-241-2/+2
* Update VERSREQ.dfr1999-04-211-2/+2
* Hopefully replicate the install.debug changes from the i386 version.peter1999-04-131-24/+15
* Back out default debug kernel. The flags revert to historical behaviour.grog1999-04-111-5/+2
* 1. Modify config to issue different code for debugging.grog1999-04-071-13/+33
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-141-2/+2
* Use the bsd.kern.mk from the source tree rather than the installed onedfr1999-02-021-1/+5
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-4/+4
* Move some compile flags from the kernel makefile to bsd.kern.mk so thatdfr1998-12-171-2/+2
* If there is no .depends file, use the standard ad-hoc way of ensuringimp1998-12-071-1/+5
* Remove -U__NetBSD__dima1998-11-181-2/+2
* * Change 'struct resource' to 'struct config_resource'.dfr1998-11-151-2/+2
* Bump VERSREQ to make ``config'' happy.dima1998-10-291-2/+2
* Change version number.dfr1998-09-181-2/+2
* Change to cam.dfr1998-09-161-2/+2
OpenPOWER on IntegriCloud