summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsclient/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenpeter1999-12-121-1/+0
| | | | | | needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago)
* Bring these more into line with other modules that have .h files generatedpeter1999-12-121-2/+2
| | | | on the fly.
* Removed special rules for building and cleaning device interface filesbde1999-11-281-4/+0
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* Unbreak this build.green1999-11-021-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-161-6/+6
| | | | | | | converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
* Finished previous fix - don't forget to add one dummy options headerbde1998-07-071-13/+10
| | | | | | to CLEANFILES. Fixed lots of style bugs.
* Fix the N'th occurance of missed bits due to opt_???? mucking.sos1998-07-021-2/+5
| | | | | | Doesn't anybody TEST code before committing.... This is the N+1'th time these laste couble of days...
* add new opt_nfs.h to cleanfiles...jmg1998-06-301-2/+2
|
* fix buildworld hopefully be3fore anyone complains...jmg1998-06-301-1/+3
| | | | | | | | NFS_*TIMO should possibly be converted to sysctl vars (jkh's suggestion), but in some cases it looks like nfs keeps a copy of the value in a struct hash sizes are already ifdef'd KERNEL, so there aren't userland inpact from them...
* Back out opt_diagnostic.h changes.eivind1998-02-061-6/+3
|
* Make the LKMs handle DIAGNOSTIC as a new-style option.eivind1998-02-041-3/+6
|
* Minor fixups after INET option change.eivind1998-01-091-3/+13
|
* 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.
* Create NFS LKM.wollman1994-09-221-0/+11
OpenPOWER on IntegriCloud