diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-05-18 13:49:53 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-05-18 13:49:53 +0000 |
commit | 76c07de86c09fc370dcb5ca22fb4bc809f93c46c (patch) | |
tree | a069f1aefa70d9efdea9d52c04ca72952faff84c /sbin/ancontrol | |
parent | d0a772534e5f1bba518a90be11e20b10de5a0650 (diff) |
Prepare to recurse down those directories for all arches, to grab manpages.
Diffstat (limited to 'sbin/ancontrol')
-rw-r--r-- | sbin/ancontrol/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
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 <bsd.prog.mk> |