freebsd_amp_hwpstate/sys/modules/sppp/Makefile

20 lines
291 B
Makefile
Raw Normal View History

2001-01-03 08:12:30 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../net
KMOD= sppp
SRCS= if_spppsubr.c
2001-01-03 08:12:30 +00:00
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>