freebsd-dev/usr.sbin/zonectl/Makefile
Enji Cooper 1de134e528 Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-03-01 04:19:04 +00:00

11 lines
139 B
Makefile

# $FreeBSD$
PROG= zonectl
SRCS= zonectl.c
SDIR= ${SRCTOP}/sys
LIBADD= cam sbuf util
MAN= zonectl.8
CFLAGS+=-g -O0
.include <bsd.prog.mk>