diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-23 19:58:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-23 19:58:20 +0000 |
commit | 67fdc804bc1427680a0a5d0778038a65ff487897 (patch) | |
tree | 66009de1232ba1da0da9526cb4f167c5158dcc63 /sbin/ancontrol | |
parent | d17c1ee33ead8850128a6b368b0e04ff5c84d12d (diff) |
make this on everything
Diffstat (limited to 'sbin/ancontrol')
-rw-r--r-- | sbin/ancontrol/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/ancontrol/Makefile b/sbin/ancontrol/Makefile index e274e099960..4eabf1a04c1 100644 --- a/sbin/ancontrol/Makefile +++ b/sbin/ancontrol/Makefile @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2000/05/18 13:49:49 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2001/06/23 19:58:19 mickey Exp $ -.if ${MACHINE}=="i386" PROG= ancontrol CFLAGS+=-DANCACHE -.else -NOPROG=yes -.endif MAN= ancontrol.8 -MANSUBDIR=i386 + .include <bsd.prog.mk> |