2e0f7f9fb0
Reminded by: simon, piso
14 lines
190 B
Makefile
14 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
CLASS= journal
|
|
SRCS+= geom_journal_ufs.c
|
|
|
|
DPADD= ${LIBMD} ${LIBUFS}
|
|
LDADD= -lmd -lufs
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../../sys
|
|
|
|
.include <bsd.lib.mk>
|