freebsd-dev/sbin/geom/class/journal/Makefile
Pawel Jakub Dawidek 2e0f7f9fb0 Forgot to hook up gjournal manual page to the build.
Reminded by:	simon, piso
2007-02-10 17:59:46 +00:00

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>