blob: e274e099960ed44038bb21c7722c547c4690a037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.2 2000/05/18 13:49:49 espie Exp $
.if ${MACHINE}=="i386"
PROG= ancontrol
CFLAGS+=-DANCACHE
.else
NOPROG=yes
.endif
MAN= ancontrol.8
MANSUBDIR=i386
.include <bsd.prog.mk>
|