freebsd-src/lib/geom/journal/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
152 B
Makefile
Raw Normal View History

PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= journal
SRCS+= geom_journal_ufs.c
LIBADD= ufs md
CFLAGS+=-I${SRCTOP}/sys
.include <bsd.lib.mk>