48a16a34d8
For these directories, WARNS is already implied to be 6.
10 lines
95 B
Makefile
10 lines
95 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rctl
|
|
MAN= rctl.8
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|