Deleted Added
full compact
Makefile (70623) Makefile (70711)
1# $FreeBSD: head/sys/modules/sppp/Makefile 70623 2001-01-03 08:12:30Z jhay $
1# $FreeBSD: head/sys/modules/sppp/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../net
4KMOD= sppp
5SRCS= if_spppsubr.c
3.PATH: ${.CURDIR}/../../net
4
5KMOD= sppp
6SRCS= if_spppsubr.c
6SRCS+= opt_inet.h opt_inet6.h opt_ipx.h
7NOMAN=
8
9opt_inet.h:
10 echo "#define INET 1" > opt_inet.h
11
12opt_inet6.h:
13 echo "#define INET6 1" > opt_inet6.h
14
15opt_ipx.h:
16 echo "#define IPX 1" > opt_ipx.h
17
18.include <bsd.kmod.mk>
7SRCS+= opt_inet.h opt_inet6.h opt_ipx.h
8NOMAN=
9
10opt_inet.h:
11 echo "#define INET 1" > opt_inet.h
12
13opt_inet6.h:
14 echo "#define INET6 1" > opt_inet6.h
15
16opt_ipx.h:
17 echo "#define IPX 1" > opt_ipx.h
18
19.include <bsd.kmod.mk>