c6db8143ed
Reduce overlinking
12 lines
135 B
Makefile
12 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ancontrol
|
|
MAN= ancontrol.8
|
|
|
|
WARNS?= 3
|
|
CFLAGS+= -DANCACHE -I${.CURDIR}/../../sys
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.prog.mk>
|