kernel - Fix typo from b227f3f50d5dc0f when filling in kpmap header.
[dragonfly.git] / sys / netgraph7 / hole / Makefile
1 # $FreeBSD: src/sys/modules/netgraph/hole/Makefile,v 1.1.4.3 2001/12/21 09:00:48 ru Exp $
2 # $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
3
4 KMOD=           ng_hole
5 SRCS=           ng_hole.c
6
7 .include <bsd.kmod.mk>