Deleted Added
full compact
Makefile (115479) Makefile (117254)
1# $FreeBSD: head/sys/modules/geom/geom_mbr/Makefile 115479 2003-05-31 18:36:41Z phk $
1# $FreeBSD: head/sys/modules/geom/geom_mbr/Makefile 117254 2003-07-05 08:11:43Z jmg $
2
3.PATH: ${.CURDIR}/../../../geom
4
5KMOD= geom_mbr
2
3.PATH: ${.CURDIR}/../../../geom
4
5KMOD= geom_mbr
6SRCS= geom_mbr.c
6SRCS= geom_mbr.c geom_mbr_enc.c
7
8.include <bsd.kmod.mk>
7
8.include <bsd.kmod.mk>