diff options
-rw-r--r-- | usr.bin/systat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 7e02b3109d0..05eb654dd6c 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2000/09/03 18:41:20 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2001/06/27 07:13:39 art Exp $ PROG= systat @@ -16,6 +16,3 @@ CPPFLAGS+=-DINET6 .include <bsd.prog.mk> -.if (${UVM:L} == "yes") -CFLAGS+=-DUVM -.endif |