summaryrefslogtreecommitdiffstats
path: root/lkm/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* ELF preparation step 2:sos1998-05-261-1/+4
| | | | | | | | | | | | | | Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two...
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* delete unused variable BINDIR, use new variable MODLOAD/MODUNLOADwosch1996-10-061-3/+3
|
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andwollman1994-09-161-0/+4
arrange for that directory to get created by mtree. Also, process secure directory after all the others, because the programs there may overlay ones installed from the main part of the tree.
OpenPOWER on IntegriCloud