summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_sl/Makefile
blob: ddd71ddf1785cacf6e35a3e4502eee278ed0d678 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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