aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/async/Makefile
blob: 921eabcf27270fdc2fed0c9b68620a4a5bd2d244 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD$
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $

KMOD=	ng_async
SRCS= 	ng_async.c

.include <bsd.kmod.mk>