freebsd-dev/lib/geom/journal/Makefile
Emmanuel Vadot 0bf688786f pkgbase: Put geom utilities in their own package
For most users it's not needed to boot and they are also
available in the FreeBSD-rescue package in case an update
break and FreeBSD-geom package isn't updated correctly.

Differential Revision:	https://reviews.freebsd.org/D36224
2022-10-26 19:46:28 +02:00

14 lines
164 B
Makefile

# $FreeBSD$
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= journal
SRCS+= geom_journal_ufs.c
LIBADD= ufs md
CFLAGS+=-I${SRCTOP}/sys
.include <bsd.lib.mk>