diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2022-03-01 00:36:08 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2022-03-01 00:36:08 +0000 |
| commit | c7996ddf8000cfb19a9e91a636f56747860d03d7 (patch) | |
| tree | cc60ad9cc603a0af013c9fb24e5fc9b4f1562c73 /sys/modules/geom | |
| parent | 2062ce996ddd39ba7a36c2caf8c898686d9cb2fe (diff) | |
Diffstat (limited to 'sys/modules/geom')
| -rw-r--r-- | sys/modules/geom/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/geom/geom_union/Makefile | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/geom/Makefile b/sys/modules/geom/Makefile index 51f3d2438eb1..f2d5c931f168 100644 --- a/sys/modules/geom/Makefile +++ b/sys/modules/geom/Makefile @@ -21,6 +21,7 @@ SUBDIR= geom_bde \ geom_raid3 \ geom_shsec \ geom_stripe \ + geom_union \ geom_uzip \ geom_vinum \ geom_virstor \ diff --git a/sys/modules/geom/geom_union/Makefile b/sys/modules/geom/geom_union/Makefile new file mode 100644 index 000000000000..9b179c41a6d5 --- /dev/null +++ b/sys/modules/geom/geom_union/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${SRCTOP}/sys/geom/union + +KMOD= geom_union +SRCS= g_union.c + +.include <bsd.kmod.mk> |
