diff options
-rw-r--r-- | sbin/bioctl/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/bioctl/Makefile b/sbin/bioctl/Makefile index 3f3591240c5..d3f56337716 100644 --- a/sbin/bioctl/Makefile +++ b/sbin/bioctl/Makefile @@ -1,14 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2005/03/29 22:04:21 marco Exp $ - -.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ - (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "alpha") || \ - (${MACHINE} == "cats") || (${MACHINE} == "hppa") +# $OpenBSD: Makefile,v 1.2 2005/03/30 17:31:15 deraadt Exp $ PROG= bioctl -.else -NOPROG= -.endif - MAN= bioctl.8 .include <bsd.prog.mk> |