diff options
author | wollman <wollman@FreeBSD.org> | 1995-03-20 19:31:47 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-03-20 19:31:47 +0000 |
commit | 5e54a01b4e258b98390a879ffe73b6502f506774 (patch) | |
tree | ca63dbc0a4a15064c125b35adaf1d40f3f183021 /sys/modules/if_sl | |
parent | d590bce33da4c168566c5b55cd3eb2ed6a26cbc8 (diff) | |
download | FreeBSD-src-5e54a01b4e258b98390a879ffe73b6502f506774.zip FreeBSD-src-5e54a01b4e258b98390a879ffe73b6502f506774.tar.gz |
Forgot slcompress.c in SLIP module.
Diffstat (limited to 'sys/modules/if_sl')
-rw-r--r-- | sys/modules/if_sl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile index 49b1a74..d2cdd81 100644 --- a/sys/modules/if_sl/Makefile +++ b/sys/modules/if_sl/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1994/09/22 22:12:59 wollman Exp $ +# $Id: Makefile,v 1.1 1995/03/20 19:25:47 wollman Exp $ .PATH: ${.CURDIR}/../../sys/net KMOD= if_sl_mod -SRCS= if_sl.c bpfilter.h sl.h +SRCS= if_sl.c slcompress.c bpfilter.h sl.h NOMAN= PSEUDO_LKM= CFLAGS+= -I. |