Add flag to indicate that the NIC does not have power control capability.
[dragonfly.git] / sys / netgraph / one2many / Makefile
blob7f07047ac6be562c0147527806519de936e45cf1
1 # $FreeBSD: src/sys/modules/netgraph/one2many/Makefile,v 1.1.2.1 2000/11/16 17:28:32 archie Exp $
2 # $DragonFly: src/sys/netgraph/one2many/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
4 KMOD= ng_one2many
5 SRCS= ng_one2many.c
6 KMODDEPS= netgraph
8 .include <bsd.kmod.mk>