aboutsummaryrefslogtreecommitdiff
path: root/lkm/if_ppp/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-03-20 19:33:35 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-03-20 19:33:35 +0000
commitcea0f2a09095ea56648117662fea077ccbc4df3f (patch)
tree48281ff76782e22b71d60dfbbe1d2ca7dd14ae22 /lkm/if_ppp/Makefile
parent3432f42658feaa99623aebd7a680df07469c0843 (diff)
downloadsrc-cea0f2a09095ea56648117662fea077ccbc4df3f.tar.gz
src-cea0f2a09095ea56648117662fea077ccbc4df3f.zip
Forgot pppcompress.c in PPP module.
Notes
Notes: svn path=/head/; revision=7196
Diffstat (limited to 'lkm/if_ppp/Makefile')
-rw-r--r--lkm/if_ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/if_ppp/Makefile b/lkm/if_ppp/Makefile
index 89c3bf124859..dfd9ebaa3218 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.