aboutsummaryrefslogtreecommitdiff
path: root/lkm/if_sl
Commit message (Collapse)AuthorAgeFilesLines
* Remove LKM's depricated by modules.Søren Schmidt1998-12-271-25/+0
| | | | Notes: svn path=/head/; revision=42098
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absoluteBruce Evans1998-02-011-2/+1
| | | | | | | | path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}. Notes: svn path=/head/; revision=32990
* Make the LKMs compile with the INET option as a newstyle option inEivind Eklund1998-01-081-3/+6
| | | | | | | opt_inet.h. Notes: svn path=/head/; revision=32352
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Forgot slcompress.c in SLIP module.Garrett Wollman1995-03-201-2/+2
| | | | Notes: svn path=/head/; revision=7195
* The discard, tunnel, SLIP, and PPP network interface pseudo-devicesGarrett Wollman1995-03-201-0/+23
are now dynamically loadable. It doesn't make sense to do the same for the loopback. Notes: svn path=/head/; revision=7194