summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_sl/Makefile
blob: 4bf75207b31fec44fcac73562f2c1f2628192734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH: ${.CURDIR}/../../net

KMOD=	if_sl
SRCS=	if_sl.c slcompress.c opt_inet.h opt_slip.h
NOMAN=

opt_inet.h:
	echo "#define INET 1" > ${.TARGET}

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