[BACK]Return to bsd.sys.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.sys.mk between version 1.7 and 1.8

version 1.7, 1997/05/27 18:09:00 version 1.8, 1997/05/31 21:22:01
Line 4 
Line 4 
   
 CFLAGS+= -Werror  CFLAGS+= -Werror
   
 .if defined(BUILDDIR)  .if defined(DESTDIR)
 CPPFLAGS+= -nostdinc -idirafter ${BUILDDIR}/usr/include  CFLAGS+= -nostdinc -idirafter ${DESTDIR}/usr/include
 .endif  .endif
   
 # Helpers for cross-compiling  # Helpers for cross-compiling

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>