mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 12:26:56 -04:00
10 lines
150 B
Makefile
10 lines
150 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../security/mac_seeotheruids
|
||
|
|
|
||
|
|
KMOD= mac_seeotheruids
|
||
|
|
SRCS= vnode_if.h \
|
||
|
|
mac_seeotheruids.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|