Build tsec(4) as a module.
Obtained from: Juniper Networks, Inc.
This commit is contained in:
parent
aa5fed07eb
commit
a9f31ae0a8
11
sys/modules/tsec/Makefile
Normal file
11
sys/modules/tsec/Makefile
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user