[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.12 and 1.13

version 1.12, 2007/02/23 13:31:45 version 1.13, 2007/05/29 00:56:56
Line 4 
Line 4 
   
 PROG=   top  PROG=   top
   
 CFLAGS+=-I.  CFLAGS+=-I. -Wall -g -Wmissing-prototypes
 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}  DPADD=  ${LIBCURSES}

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13