mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
13 lines
190 B
Makefile
13 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>
|