=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/systat/Makefile 1998/07/24 00:10:58 1.8 --- src/usr.bin/systat/Makefile 1999/10/26 15:13:53 1.9 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.8 1998/07/24 00:10:58 millert Exp $ PROG= systat --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.9 1999/10/26 15:13:53 art Exp $ PROG= systat *************** *** 13,15 **** --- 13,19 ---- BINMODE=2555 .include + + .if (${UVM} == "yes") + CFLAGS+=-DUVM + .endif \ No newline at end of file