diff options
author | 2001-06-27 07:13:39 +0000 | |
---|---|---|
committer | 2001-06-27 07:13:39 +0000 | |
commit | bdab53cd64a351b64187994d4c3fe8a6af7fc435 (patch) | |
tree | d28fea7722c4416c0fc0d2b2ccd7d97b804dde36 | |
parent | clean cruft. (diff) | |
download | wireguard-openbsd-bdab53cd64a351b64187994d4c3fe8a6af7fc435.tar.xz wireguard-openbsd-bdab53cd64a351b64187994d4c3fe8a6af7fc435.zip |
UVM is no longer an option
-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 |