mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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>
|