mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
8 lines
171 B
Makefile
8 lines
171 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
|
|
|
|
KMOD= ng_iface
|
|
SRCS= ng_iface.c
|
|
MAN4= ng_iface.4
|
|
|
|
.include "${.CURDIR}/../../../conf/kmod.mk"
|