diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 06:16:53 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 06:16:53 +0000 |
commit | 82d5fc3837a1eea29deb57619991f47be2290723 (patch) | |
tree | 51e70dd744afb94c3256dd97afb14ae3bdca3d6a /usr.bin/fstat/Makefile | |
parent | 2dda233b203f5ed37ee4b69b290902b48059865d (diff) |
UVM is no longer an option
Diffstat (limited to 'usr.bin/fstat/Makefile')
-rw-r--r-- | usr.bin/fstat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index f95b67ac892..9390a5d2693 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2000/09/03 18:41:17 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2001/06/27 06:16:49 art Exp $ PROG= fstat DPADD= ${LIBKVM} @@ -11,6 +11,3 @@ CFLAGS+=-DINET6 .include <bsd.prog.mk> -.if (${UVM:L} == "yes") -CFLAGS+=-DUVM -.endif |