c99b67a794
Since buildenv exports SYSROOT all of these uses will now look in WORLDTMP by default. sys/boot/efi/loader/Makefile A LIBSTAND hack is no longer required for buildenv. MFC after: 2 weeks Sponsored by: Dell EMC Isilon
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>
|