freebsd-dev/sbin/geom/class/journal/Makefile
David E. O'Brien 7838c4d1c1 Rename the generic "CLASS" to the more specific "GEOM_CLASS".
While I'm here remove redundancy and inconsistencies.

Obtained from: Juniper Networks
2010-12-15 23:24:34 +00:00

14 lines
195 B
Makefile

# $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>