diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 17:31:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 17:31:16 +0000 |
commit | 25e5b3f683745187504de87e699abd81f29f67d8 (patch) | |
tree | f99d87222e33fdce9cb82772055122670c31895e /sbin/bioctl | |
parent | 5337e301d74fd022c6b947fa978a12121f5e8f9f (diff) |
all architectures, like, why the hell not
Diffstat (limited to 'sbin/bioctl')
-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> |