9fdff46b42
Architectures that passed on a local build universe, failed on tinderbox. Revert the number change for now while I investigate.
16 lines
255 B
Makefile
16 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
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>
|