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

Diff for /src/usr.bin/aucat/Makefile between version 1.1 and 1.2

version 1.1, 1997/01/02 22:12:26 version 1.2, 2008/05/23 07:15:46
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   aucat  PROG=   aucat
   SRCS=   aucat.c abuf.c aparams.c aproc.c dev_sun.c file.c headers.c \
           legacy.c
   CFLAGS+= -DDEBUG -Wall -Wstrict-prototypes -Werror -Wundef
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2