Date: Sat, 26 Jul 2014 17:59:25 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269133 - head/sys/modules/tsec Message-ID: <201407261759.s6QHxP5L043340@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcel Date: Sat Jul 26 17:59:25 2014 New Revision: 269133 URL: http://svnweb.freebsd.org/changeset/base/269133 Log: Build tsec(4) as a module. Obtained from: Juniper Networks, Inc. Added: head/sys/modules/tsec/ head/sys/modules/tsec/Makefile (contents, props changed) Added: head/sys/modules/tsec/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/modules/tsec/Makefile Sat Jul 26 17:59:25 2014 (r269133) @@ -0,0 +1,11 @@ +# $FreeBSD$ + +SYSDIR?=${.CURDIR}/../.. + +.PATH: ${SYSDIR}/dev/tsec + +KMOD= if_tsec +SRCS= if_tsec.c if_tsec_fdt.c +SRCS+= bus_if.h device_if.h miibus_if.h miidevs.h ofw_bus_if.h + +.include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407261759.s6QHxP5L043340>