mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 18:54:02 -04:00
11 lines
106 B
Makefile
11 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rctl
|
|
MAN= rctl.8
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|