diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-10-24 02:04:03 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-10-24 02:04:03 +0000 |
commit | 35d74682e6d53d056c77d3700a05961677f7f0cc (patch) | |
tree | 2a6b388b2badbc0b42e3678f61f078464f1ffa4a /sys/modules | |
parent | 3c561c395a62e36ec1795294a3c689e9f2d01da3 (diff) | |
download | FreeBSD-src-35d74682e6d53d056c77d3700a05961677f7f0cc.zip FreeBSD-src-35d74682e6d53d056c77d3700a05961677f7f0cc.tar.gz |
Commit of Makefile missed in earlier pass.
Submitted by: kuriyama
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/mac_partition/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/mac_partition/Makefile b/sys/modules/mac_partition/Makefile new file mode 100644 index 0000000..b04d181 --- /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 <bsd.kmod.mk> |