xref: /freebsd-11-stable/sys/modules/geom/geom_sunlabel/Makefile (revision cad800042f49286971db31b628d86a2be5d134ea)
1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/geom
4
5KMOD=	geom_sunlabel
6SRCS=	geom_sunlabel.c geom_sunlabel_enc.c
7
8.include <bsd.kmod.mk>
9