aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/async/Makefile
blob: 0b5ee3f8958556785056cf2e34aa8a7dd77bad77 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD: src/sys/modules/netgraph/async/Makefile,v 1.1.2.2 2000/05/04 21:24:14 archie Exp $
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $

KMOD=		ng_async
SRCS= 		ng_async.c
MAN4=		ng_async.4
KMODDEPS=	netgraph

.include <bsd.kmod.mk>