7838c4d1c1
While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
14 lines
195 B
Makefile
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>
|