mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
to run the HARP ATM stack without real hardware. Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
10 lines
185 B
Makefile
10 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>
|