opnsense-src/sys/modules/netgraph/atm/atmpif/Makefile

11 lines
185 B
Makefile
Raw Normal View History

# $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>