diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 02:55:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 02:55:49 +0000 |
commit | bbd830e945c31399044c4b49fd8e37030a31875d (patch) | |
tree | cb1fdc2527728a342c239972c7d6fc941058306d /sbin/iopctl/Makefile | |
parent | 4bcfce8d2a962e517886ec25da01119c250d9d5e (diff) |
will be needed for cats too
Diffstat (limited to 'sbin/iopctl/Makefile')
-rw-r--r-- | sbin/iopctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iopctl/Makefile b/sbin/iopctl/Makefile index c695ccbec27..00a17c59ea7 100644 --- a/sbin/iopctl/Makefile +++ b/sbin/iopctl/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2004/01/28 17:45:22 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2004/01/29 02:55:47 deraadt Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "macppc") || (${MACHINE} == "pegasos") || \ - (${MACHINE} == "alpha") + (${MACHINE} == "alpha") || (${MACHINE} == "cats") PROG= iopctl .else NOPROG= |