13eb765f2d
Reduce overlinking
13 lines
166 B
Makefile
13 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= journal
|
|
SRCS+= geom_journal_ufs.c
|
|
|
|
LIBADD= ufs md
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../../sys
|
|
|
|
.include <bsd.lib.mk>
|