Makefile revision 59982
1# $FreeBSD: head/sys/modules/netgraph/socket/Makefile 59982 2000-05-04 17:54:37Z archie $
2# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
3
4KMOD=		ng_socket
5SRCS= 		ng_socket.c
6MAN4=		ng_socket.4
7
8.include "${.CURDIR}/../../../conf/kmod.mk"
9