freebsd-dev/sys/modules/mac_seeotheruids/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
147 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/security/mac_seeotheruids
KMOD= mac_seeotheruids
SRCS= vnode_if.h \
mac_seeotheruids.c
.include <bsd.kmod.mk>