diff options
-rw-r--r-- | usr.bin/systat/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index e509b9b8410..5a6b51524f3 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2007/02/23 22:02:58 deanna Exp $ +# $OpenBSD: Makefile,v 1.18 2007/03/23 01:39:39 deraadt Exp $ PROG= systat @@ -12,10 +12,5 @@ LDADD= -lcurses -lm -lkvm BINGRP= kmem BINMODE=2555 -.if (${MACHINE_ARCH} == "vax") -cmds.o: - ${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c $< -.endif - .include <bsd.prog.mk> |