mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
11 lines
127 B
Makefile
11 lines
127 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ancontrol
|
|
MAN= ancontrol.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys -DANCACHE
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|