svn commit: r196183 - projects/tcp_ffcaia2008_8.x/sys/modules/alq
Lawrence Stewart
lstewart at FreeBSD.org
Thu Aug 13 14:46:33 UTC 2009
Author: lstewart
Date: Thu Aug 13 14:46:32 2009
New Revision: 196183
URL: http://svn.freebsd.org/changeset/base/196183
Log:
Forgot this in the previous ALQ import commit.
Sponsored by: FreeBSD Foundation
Added:
projects/tcp_ffcaia2008_8.x/sys/modules/alq/Makefile
Added: projects/tcp_ffcaia2008_8.x/sys/modules/alq/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/tcp_ffcaia2008_8.x/sys/modules/alq/Makefile Thu Aug 13 14:46:32 2009 (r196183)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+.PATH: ${.CURDIR}/../../kern
+KMOD= alq
+SRCS= opt_mac.h vnode_if.h kern_alq.c
+
+.include <bsd.kmod.mk>
More information about the svn-src-projects
mailing list