mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
9 lines
127 B
Makefile
9 lines
127 B
Makefile
|
|
PROG= zonectl
|
|
SRCS= zonectl.c
|
|
SDIR= ${SRCTOP}/sys
|
|
LIBADD= cam sbuf util
|
|
MAN= zonectl.8
|
|
CFLAGS+=-g -O0
|
|
|
|
.include <bsd.prog.mk>
|