[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/Makefile between version 1.8 and 1.9

version 1.8, 2001/06/27 06:16:49 version 1.9, 2003/05/29 17:34:25
Line 4 
Line 4 
   
 PROG=   top  PROG=   top
   
 CFLAGS+=-I. -I${.CURDIR} -DORDER  CFLAGS+=-I. -DORDER
 SRCS=   commands.c display.c machine.c screen.c top.c username.c utils.c \  SRCS=   commands.c display.c machine.c screen.c top.c username.c utils.c \
         version.c          version.c
 DPADD=  ${LIBCURSES} ${LIBM}  DPADD=  ${LIBCURSES} ${LIBM}

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9