summaryrefslogtreecommitdiff
path: root/sbin/ancontrol/Makefile
blob: 20b67504e33ee14fb7f8d10ce20952ed4feb70fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.4 2001/07/02 18:13:23 deraadt Exp $

.if (${MACHINE} == "i386") || (${MACHINE} == "powerpc") || \
    (${MACHINE} == "alpha")
PROG=	ancontrol
CFLAGS+=-DANCACHE
.else
NOPROG=
.endif

MAN=	ancontrol.8

.include <bsd.prog.mk>