From d590bce33da4c168566c5b55cd3eb2ed6a26cbc8 Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 20 Mar 1995 19:25:49 +0000 Subject: The discard, tunnel, SLIP, and PPP network interface pseudo-devices are now dynamically loadable. It doesn't make sense to do the same for the loopback. --- lkm/if_disc/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lkm/if_disc/Makefile (limited to 'lkm/if_disc') diff --git a/lkm/if_disc/Makefile b/lkm/if_disc/Makefile new file mode 100644 index 0000000..492de57 --- /dev/null +++ b/lkm/if_disc/Makefile @@ -0,0 +1,19 @@ +# $Id: Makefile,v 1.1 1994/09/22 22:12:59 wollman Exp $ + +.PATH: ${.CURDIR}/../../sys/net +KMOD= if_disc_mod +SRCS= if_disc.c bpfilter.h +NOMAN= +PSEUDO_LKM= +CFLAGS+= -I. + +NBPFILTER?= 0 +PROTOS?= -DINET + +CFLAGS+= ${PROTOS} +CLEANFILES+= bpfilter.h + +bpfilter.h: + echo "#define NBPFILTER ${NBPFILTER}" > bpfilter.h + +.include -- cgit v1.1