Author: adrian Date: Thu Dec 31 23:48:07 2015 New Revision: 293017 URL: https://svnweb.freebsd.org/changeset/base/293017
Log: [rtwn] add rtwn module directory. Pointed out by: dim Added: head/sys/modules/rtwn/ head/sys/modules/rtwn/Makefile (contents, props changed) Added: head/sys/modules/rtwn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/modules/rtwn/Makefile Thu Dec 31 23:48:07 2015 (r293017) @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/rtwn + +KMOD = if_rtwn +SRCS = if_rtwn.c device_if.h bus_if.h pci_if.h + +.include <bsd.kmod.mk> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"