summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/scsi/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/scsi/Makefile b/sbin/scsi/Makefile
index 755249c0b79..7385f833417 100644
--- a/sbin/scsi/Makefile
+++ b/sbin/scsi/Makefile
@@ -1,4 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 1996/06/12 11:21:41 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2002/02/11 19:16:26 deraadt Exp $
+
+.if (${MACHINE_ARCH} == "vax")
+CFLAGS+=-O1
+.endif
PROG= scsi
MAN= scsi.8