summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_sl/Makefile
blob: 70f55ae899ac9231d33a243799f1370e3d27b7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

.PATH:  ${.CURDIR}/../../net
KMOD=   if_sl
SRCS=   if_sl.c slcompress.c opt_inet.h sl.h
NOMAN=

NBPF?=	1
NSL?=		2
PROTOS?=	-DINET

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

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

sl.h:
	echo "#define NSL ${NSL}" > sl.h

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