[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.9 and 1.10

version 1.9, 2003/05/29 17:34:25 version 1.10, 2003/06/13 21:52:24
Line 4 
Line 4 
   
 PROG=   top  PROG=   top
   
 CFLAGS+=-I. -DORDER  CFLAGS+=-I.
 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.9  
changed lines
  Added in v.1.10