summaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-06-05 16:39:52 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-06-05 16:39:52 +0000
commit09f169946ca462334f2d18c5c65fc3d83b44885f (patch)
treea24309e03a5041e68b2eaa317b09a3c62b1eb4ca /usr.bin/top
parent633f2711153f4cdae8af09fd6584d2716d59aaf7 (diff)
Need defines for UVM on 68k.
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index ebaef224084..03bdf1fa9ed 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1998/08/21 13:55:22 kstailey Exp $
+# $OpenBSD: Makefile,v 1.5 2000/06/05 16:39:51 art Exp $
#
# Makefile for OpenBSD top-3.4.
@@ -20,3 +20,7 @@ sigdesc.h: sigconv.awk
awk -f ${.CURDIR}/sigconv.awk /usr/include/sys/signal.h > sigdesc.h
.include <bsd.prog.mk>
+
+.if (${UVM} == "yes")
+CFLAGS+=-DUVM
+.endif