0bf688786f
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
16 lines
253 B
Makefile
16 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=geom
|
|
PROG= gvinum
|
|
SRCS= gvinum.c gvinum.h geom_vinum_share.c
|
|
MAN= gvinum.8
|
|
|
|
WARNS?= 2
|
|
CFLAGS+= -I${SRCTOP}/sys -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit
|
|
|
|
LIBADD= edit geom
|
|
|
|
.PATH: ${SRCTOP}/sys/geom/vinum
|
|
|
|
.include <bsd.prog.mk>
|