From 5e54a01b4e258b98390a879ffe73b6502f506774 Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 20 Mar 1995 19:31:47 +0000 Subject: Forgot slcompress.c in SLIP module. --- sys/modules/if_sl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/if_sl') 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. -- cgit v1.1