diff options
Diffstat (limited to 'sys/modules/geom/geom_sunlabel/Makefile')
-rw-r--r-- | sys/modules/geom/geom_sunlabel/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_sunlabel/Makefile b/sys/modules/geom/geom_sunlabel/Makefile new file mode 100644 index 0000000..840395a --- /dev/null +++ b/sys/modules/geom/geom_sunlabel/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../geom + +KMOD= geom_sunlabel +SRCS= geom_sunlabel.c geom_sunlabel_enc.c + +.include <bsd.kmod.mk> |