mirror of
https://github.com/opnsense/src.git
synced 2026-07-12 02:26:14 -04:00
- Remove makefile hacks for opt_inet.h, etc: the KLD now supports whatever address families your kernel was compiled with automagically
9 lines
169 B
Makefile
9 lines
169 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
|
|
|
|
KMOD= ng_iface
|
|
SRCS= ng_iface.c
|
|
MAN8= ng_iface.8
|
|
KMODDEPS= netgraph
|
|
|
|
.include <bsd.kmod.mk>
|