=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/systat/Makefile 2002/02/17 07:52:38 1.14 --- src/usr.bin/systat/Makefile 2004/09/29 21:59:28 1.15 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.14 2002/02/17 07:52:38 hugh Exp $ PROG= systat --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.15 2004/09/29 21:59:28 deraadt Exp $ PROG= systat *************** *** 11,18 **** LDADD= -lcurses -lm -lkvm BINGRP= kmem BINMODE=2555 - - CPPFLAGS+=-DINET6 .if (${MACHINE_ARCH} == "vax") cmds.o: --- 11,16 ----