xref: /freebsd/sys/modules/geom/geom_uzip/Makefile (revision 884a2a699669ec61e2366e3e358342dbc94be24a)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../../geom/uzip ${.CURDIR}/../../../net
4
5KMOD=	geom_uzip
6SRCS=	g_uzip.c
7#CFLAGS=	-g -DINVARIANT_SUPPORT -DINVARIANTS
8
9.include <bsd.kmod.mk>
10