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

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

KMOD=	sppp
SRCS=	if_spppsubr.c
SRCS+=	opt_inet.h opt_inet6.h opt_ipx.h
NOMAN=

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

opt_inet6.h:
	echo "#define INET6 1" > opt_inet6.h

opt_ipx.h:
	echo "#define IPX 1" > opt_ipx.h

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