54e4933bad
"Security notes" section to the man page added by me. PR: 23097 Submitted by: Doug Ambrisko <ambrisko@whistle.com>
11 lines
140 B
Makefile
11 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ancontrol
|
|
SRCS= ancontrol.c
|
|
|
|
MAN8= ancontrol.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys -DANCACHE -Wall
|
|
|
|
.include <bsd.prog.mk>
|