freebsd-dev/sbin/gvinum/Makefile
Eitan Adler 9fdff46b42 gvinum: revert WARNS change in Makefile
Architectures that passed on a local build universe, failed on
tinderbox. Revert the number change for now while I investigate.
2018-06-17 01:39:22 +00:00

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>