summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/journal/Makefile
blob: 2db8d3002734b450d0a63b7cad2325b32eead89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.PATH: ${.CURDIR}/../../misc

GEOM_CLASS=	journal
SRCS+=	geom_journal_ufs.c

DPADD=	${LIBMD} ${LIBUFS}
LDADD=	-lmd -lufs

CFLAGS+=-I${.CURDIR}/../../../../sys

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud