From 76c07de86c09fc370dcb5ca22fb4bc809f93c46c Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Thu, 18 May 2000 13:49:53 +0000 Subject: Prepare to recurse down those directories for all arches, to grab manpages. --- sbin/ancontrol/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sbin/ancontrol') diff --git a/sbin/ancontrol/Makefile b/sbin/ancontrol/Makefile index 6f744e8e858..e274e099960 100644 --- a/sbin/ancontrol/Makefile +++ b/sbin/ancontrol/Makefile @@ -1,7 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2000/04/03 01:08:09 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 2000/05/18 13:49:49 espie Exp $ +.if ${MACHINE}=="i386" PROG= ancontrol -MAN= ancontrol.8 CFLAGS+=-DANCACHE +.else +NOPROG=yes +.endif +MAN= ancontrol.8 +MANSUBDIR=i386 .include -- cgit v1.2.3