xref: /freebsd/sys/modules/netgraph/iface/Makefile (revision 56ca39961bd1c9946a505c41c3fc634ef63fdd42)
1# $FreeBSD$
2# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
3
4KMOD=		ng_iface
5SRCS= 		ng_iface.c
6MAN8=		ng_iface.8
7
8.include "${.CURDIR}/../../../conf/kmod.mk"
9