freebsd-dev/sys/modules/netgraph/sppp/Makefile
Roman Kurakin 8b96678536 sppp (4) to netgraph (4) node. As always: I'l connect it to the
system after extra check.

Approved by:	imp (mentor)
Approved by:	julian (in general)
2004-03-24 17:24:01 +00:00

8 lines
138 B
Makefile

# $FreeBSD$
# Cronyx Id: ng_sppp.Makefile,v 1.1.2.1 2002/12/25 08:37:25 rik Exp $
KMOD= ng_sppp
SRCS= ng_sppp.c
.include <bsd.kmod.mk>