aboutsummaryrefslogtreecommitdiff
path: root/lkm/ibcs2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove LKM's depricated by modules.Søren Schmidt1998-12-271-24/+0
| | | | Notes: svn path=/head/; revision=42098
* /usr/bin/ibcs2 comes from src/sys/modules/ibcs2 now. This is probablyPeter Wemm1998-11-111-4/+4
| | | | | | | | | the wrong place, but we cannot install both into the same file. I suspect there should be a usr.bin/{linux|ibcs2}/ directory conataining these. Notes: svn path=/head/; revision=41075
* Back out opt_diagnostic.h changes.Eivind Eklund1998-02-061-6/+3
| | | | Notes: svn path=/head/; revision=33143
* Make the LKMs handle DIAGNOSTIC as a new-style option.Eivind Eklund1998-02-041-3/+6
| | | | Notes: svn path=/head/; revision=33105
* Make this work with SPX_HACK as a new-style option.Eivind Eklund1998-02-041-3/+7
| | | | Notes: svn path=/head/; revision=33070
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absoluteBruce Evans1998-02-011-2/+2
| | | | | | | | path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}. Notes: svn path=/head/; revision=32990
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* add forgotten $Id$Wolfram Schneider1996-09-221-1/+1
| | | | Notes: svn path=/head/; revision=18471
* No longer generate empty opt_sysvipc.h..Peter Wemm1996-01-081-6/+2
| | | | Notes: svn path=/head/; revision=13339
* Automatically create an empty opt_sysvipc.h to mimic old optionGarrett Wollman1996-01-041-2/+6
| | | | | | | environment. Notes: svn path=/head/; revision=13227
* Add Lyndon's man page.Joerg Wunsch1995-11-281-1/+2
| | | | | | | | | Closes PR # docs/842 Submitted by: lyndon@orthanc.com (Lyndon Nerenberg) Notes: svn path=/head/; revision=12509
* Do a pass over the broken LKM's and update them to use the "new"Peter Wemm1995-10-281-0/+1
| | | | | | | | | | | | | | | | | | convention of having their entry point named "<modname>_mod"". Symorder is enforcing this when the current bsd.kmod.mk is installed. I've not tested all these, but at least they all compile now. Reattach them to the makefile. Note that the change that I made to symorder needs to be compiled and installed before any LKM's will work - the last version was corrupting the relocation tables. A "make world" will to this, but if you manually run a make on the lkm's you'll need to take care of it by hand. Notes: svn path=/head/; revision=11857
* Add prototypes and declare function return type in ibcs2.cSteven Wallace1995-10-101-4/+6
| | | | | | | Add new files to Makefile. Notes: svn path=/head/; revision=11402
* install command was missing a ${DESTDIR}.Garrett Wollman1994-12-111-2/+2
| | | | Notes: svn path=/head/; revision=5043
* ibcs2 is not a filesystem, don't compile it as if it were.Garrett Wollman1994-10-271-3/+3
| | | | Notes: svn path=/head/; revision=3946
* Fix install of ibcs2 script.Søren Schmidt1994-10-141-3/+4
| | | | Notes: svn path=/head/; revision=3596
* LKM module for the iBCS2 emulatorSøren Schmidt1994-10-141-5/+6
| | | | Notes: svn path=/head/; revision=3582
* LKM for ibcs2 supportSøren Schmidt1994-09-251-0/+14
Notes: svn path=/head/; revision=3089