diff options
author | wollman <wollman@FreeBSD.org> | 1995-03-20 19:33:35 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-03-20 19:33:35 +0000 |
commit | 2aa3b373ab357ea8424de3c5134c49704baadb54 (patch) | |
tree | 48281ff76782e22b71d60dfbbe1d2ca7dd14ae22 /lkm | |
parent | 5e54a01b4e258b98390a879ffe73b6502f506774 (diff) | |
download | FreeBSD-src-2aa3b373ab357ea8424de3c5134c49704baadb54.zip FreeBSD-src-2aa3b373ab357ea8424de3c5134c49704baadb54.tar.gz |
Forgot pppcompress.c in PPP module.
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/if_ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/if_ppp/Makefile b/lkm/if_ppp/Makefile index 89c3bf1..dfd9eba 100644 --- a/lkm/if_ppp/Makefile +++ b/lkm/if_ppp/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:46 wollman Exp $ .PATH: ${.CURDIR}/../../sys/net KMOD= if_ppp_mod -SRCS= if_ppp.c bpfilter.h ppp.h vnode_if.h +SRCS= if_ppp.c pppcompress.c bpfilter.h ppp.h vnode_if.h NOMAN= PSEUDO_LKM= CFLAGS+= -I. |