freebsd-dev/sbin/gvinum/Makefile
Enji Cooper 22289a8c3d sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:33:01 +00:00

16 lines
243 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${DESTDIR}/${INCLUDEDIR}/edit
LIBADD= edit geom
.PATH: ${SRCTOP}/sys/geom/vinum
.include <bsd.prog.mk>