aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mac_bsdextended/Makefile
blob: 8156c689a1319a20fd07367c16d5fc26578f3140 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD: src/sys/modules/mac_bsdextended/Makefile,v 1.1 2002/08/01 17:41:26 rwatson Exp $

.PATH: ${.CURDIR}/../../security/mac_bsdextended

KMOD=	mac_bsdextended
SRCS=	vnode_if.h \
	mac_bsdextended.c

.include <bsd.kmod.mk>