1de134e528
This simplifies pathing in make/displayed output. MFC after: 1 week Sponsored by: Dell EMC Isilon
11 lines
139 B
Makefile
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>
|