Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute | bde | 1998-02-01 | 1 | -2/+1 |
| | | | | | path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}. | ||||
* | Make the LKMs compile with the INET option as a newstyle option in | eivind | 1998-01-08 | 1 | -4/+6 |
| | | | | opt_inet.h. | ||||
* | Revert $FreeBSD$ back to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | ||||
* | The discard, tunnel, SLIP, and PPP network interface pseudo-devices | wollman | 1995-03-20 | 1 | -0/+19 |
are now dynamically loadable. It doesn't make sense to do the same for the loopback. |