freebsd-dev/sys/modules/sppp/Makefile

19 lines
287 B
Makefile
Raw Normal View History

2001-01-03 08:12:30 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../net
KMOD= sppp
SRCS= if_spppfr.c if_spppsubr.c slcompress.c
SRCS+= opt_inet.h opt_inet6.h
2001-01-03 08:12:30 +00:00
EXPORT_SYMS= sppp_attach \
sppp_detach \
sppp_input \
sppp_ioctl \
sppp_dequeue \
sppp_pick \
sppp_isempty \
sppp_flush
2001-01-03 08:12:30 +00:00
.include <bsd.kmod.mk>