From 51a9219f5780e61e1437d25220bf8750d9df7f8b Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 24 Oct 2002 02:04:03 +0000 Subject: [PATCH] Commit of Makefile missed in earlier pass. Submitted by: kuriyama --- sys/modules/mac_partition/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/modules/mac_partition/Makefile diff --git a/sys/modules/mac_partition/Makefile b/sys/modules/mac_partition/Makefile new file mode 100644 index 000000000000..b04d181777e5 --- /dev/null +++ b/sys/modules/mac_partition/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../security/mac_partition + +KMOD= mac_partition +SRCS= vnode_if.h \ + mac_partition.c + +.include