summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_ppp/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
committerpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
commitac52f6b7583c0e99b3dae24ff997a883eb9a9c4b (patch)
tree0fe9e0d5ef6ae112bba6612c549035f20ce56245 /sys/modules/if_ppp/Makefile
parentcee4b5d4c180c7f89787124e2aefbde4bf062b46 (diff)
downloadFreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.zip
FreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.tar.gz
Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
Diffstat (limited to 'sys/modules/if_ppp/Makefile')
-rw-r--r--sys/modules/if_ppp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile
index e2721a0..34b90d8 100644
--- a/sys/modules/if_ppp/Makefile
+++ b/sys/modules/if_ppp/Makefile
@@ -1,11 +1,10 @@
-# $Id: Makefile,v 1.13 1998/02/01 18:12:13 bde Exp $
+# $Id: Makefile,v 1.14 1998/03/27 04:05:08 peter Exp $
-.PATH: ${.CURDIR}/../../sys/net
-KMOD= if_ppp_mod
+.PATH: ${.CURDIR}/../../net
+KMOD= if_ppp
SRCS= if_ppp.c ppp_tty.c slcompress.c \
bpfilter.h ppp.h opt_inet.h opt_ipx.h opt_ppp.h
NOMAN=
-PSEUDO_LKM=
NPPP?= 2
PPP_BSDCOMP?= 1 # 0/1
OpenPOWER on IntegriCloud