mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
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>
|