freebsd-dev/sys/modules/netgraph/iface/Makefile
Archie Cobbs a7dc837919 - Document updates in iface netgraph node type functionality
- Remove makefile hacks for opt_inet.h, etc: the KLD now supports
  whatever address families your kernel was compiled with automagically
2000-03-13 19:19:48 +00:00

10 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>