mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
This simplifies pathing in make/displayed output. MFC after: 1 week Sponsored by: Dell EMC Isilon
10 lines
139 B
Makefile
10 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>
|