aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom/geom_bsd/Makefile
blob: 6f7b907f0289083bdf50ebb99516065d7383fc79 (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

.PATH: ${SRCTOP}/sys/geom

KMOD=	geom_bsd
SRCS=	geom_bsd.c geom_bsd_enc.c

.include <bsd.kmod.mk>