summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_disc/Makefile
blob: a2f53235aa10d4c30b0db83434ec41a4c00eb7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#       $Id: Makefile,v 1.6 1998/10/16 04:30:44 peter Exp $

.PATH:  ${.CURDIR}/../../net
KMOD=   if_disc
SRCS=   if_disc.c bpfilter.h	opt_inet.h
NOMAN=

NBPFILTER?=	1

CFLAGS+= ${PROTOS}
CLEANFILES+=	bpfilter.h	opt_inet.h

bpfilter.h:
	echo "#define NBPFILTER ${NBPFILTER}" > bpfilter.h

opt_inet.h:
	echo "#define INET 1" > opt_inet.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud