[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.14 and 1.15

version 1.14, 2007/09/25 06:02:36 version 1.15, 2010/03/18 12:28:09
Line 4 
Line 4 
   
 PROG=   top  PROG=   top
   
 CFLAGS+=-I. -Wall -g -Wmissing-prototypes  CFLAGS+=-I. -Wall -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
 DPADD=  ${LIBCURSES}  DPADD=  ${LIBCURSES}
 LDADD=  -lcurses  LDADD=  -lcurses

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15