[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libcom_err

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libcom_err/Attic/Makefile between version 1.3 and 1.4

version 1.3, 2000/11/13 15:05:30 version 1.4, 2001/09/21 22:59:00
Line 10  SRCS= error.c com_err.c roken_rename.h
Line 10  SRCS= error.c com_err.c roken_rename.h
   
 INCS=   com_err.h com_right.h  INCS=   com_err.h com_right.h
   
   .ifndef USE_NEW_TOOLCHAIN
 .PHONY: compile_et  .PHONY: compile_et
   
 includes: compile_et  includes: compile_et
   
 compile_et:  compile_et:
         @cd ${.CURDIR}/compile_et && ${MAKE}          @cd ${.CURDIR}/compile_et && ${MAKE}
   .endif
   
 INCSDIR=/usr/include/krb5  INCSDIR=/usr/include/krb5
   
Line 26  CPPFLAGS+= -I.     \
Line 28  CPPFLAGS+= -I.     \
          -I${DIST}/heimdal/lib/roken            \           -I${DIST}/heimdal/lib/roken            \
          -DHAVE_CONFIG_H           -DHAVE_CONFIG_H
   
   .ifndef USE_NEW_TOOLCHAIN
 SUBDIR= compile_et  SUBDIR= compile_et
   .endif
   
 .include <bsd.lib.mk>  .include <bsd.lib.mk>
   .ifndef USE_NEW_TOOLCHAIN
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>
   .endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>