=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/w/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/w/Makefile 1997/09/21 11:51:54 1.3 +++ src/usr.bin/w/Makefile 2001/03/25 20:11:08 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2001/03/25 20:11:08 millert Exp $ PROG= w SRCS= fmt.c pr_time.c proc_compare.c w.c @@ -12,3 +12,7 @@ .PATH: ${.CURDIR}/../../bin/ps .include + +.if (${UVM:L} == "yes") +CFLAGS+=-DUVM +.endif