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

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

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