summaryrefslogtreecommitdiffstats
path: root/sys/modules/nwfs
Commit message (Collapse)AuthorAgeFilesLines
* opt_vmpage.h is no longer needed here because it is not included byalc2006-01-261-1/+1
| | | | vm_page.h.
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-4/+1
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* Removed custom "load" and "unload" targets.ru2004-01-191-9/+0
| | | | | Removed "deinstall" targets -- the idea is to provide the standard "deinstall" target.
* o Remove @- from the ln and change it to a -sf. This was bogus, andimp2003-11-191-1/+1
| | | | | | | | | | | | regocnized as such at the time. Now that the other bogons in the tree have been fixed, we can remove this ugly kludge. o Remove stale/bogus opt_foo.h files. These are left over from by-gone resources. And they point to the need, yet again, to improve the build system so meta information is only in one place. Submitted by: ru Reviewed by: bde Approved by: re@ (jhb)
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-2/+0
| | | | Not objected to by: -current
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-1/+1
| | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-3/+3
|
* 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.
* Zap KMODDEPS linepeter2000-05-011-1/+0
|
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenpeter1999-12-121-2/+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-3/+2
| | | | on the fly.
* Removed special rules for building and cleaning device interface filesbde1999-11-281-5/+0
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* Add a forgotten source file.roberto1999-11-051-1/+1
| | | | Approved by: bp
* ncplib modules: bring up new ncp.ko and nwfs.kobp1999-10-021-0/+38
OpenPOWER on IntegriCloud