freebsd-dev/sys/modules/netgraph/atm/atmpif/Makefile
Hartmut Brandt ee4080d424 Add ng_atmpif: a HARP physical interface emulation. This allows one
to run the HARP ATM stack without real hardware.

Submitted by:	Vincent Jardin <vjardin@wanadoo.fr>
2003-08-11 08:40:02 +00:00

11 lines
185 B
Makefile

# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
#
.PATH: ${.CURDIR}/../../../../netgraph/atm/atmpif
KMOD= ng_atmpif
SRCS= ng_atmpif.c ng_atmpif_harp.c
.include <bsd.kmod.mk>