Enji Cooper
193d9e768b
sys/modules: normalize .CURDIR-relative paths to SRCTOP
...
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
2017-03-04 10:10:17 +00:00
Ruslan Ermilov
17d6c63672
Drop <bsd.man.mk> support from <bsd.kmod.mk>.
...
Not objected to by: -current
2002-01-11 15:49:02 +00:00
David E. O'Brien
c68159a6d8
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
Peter Wemm
64db83a8ab
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
...
encoding the relative path.
2000-05-27 01:14:33 +00:00
Peter Wemm
56ca39961b
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
...
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.
2000-05-04 12:08:52 +00:00
Bruce Evans
9e4be63dd6
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
...
makefiles. Bad examples in fxp/Makefile keep getting copied to new
makefiles.
2000-01-28 11:26:46 +00:00
Peter Wemm
5331081645
Add an example vpo module. I don't have a zip drive to test it, but it
...
behaves the normal way when loaded at runtime versus being statically
compiled. (normal == print garbage on the printer :-).
2000-01-23 15:26:15 +00:00