svn commit: r269133 - head/sys/modules/tsec

Marcel Moolenaar marcel at FreeBSD.org
Sat Jul 26 17:59:25 UTC 2014


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>


More information about the svn-src-all mailing list